Peter Riet

Avatar
  • Total activity 56
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 21
  • Created

    [Data Sources] Unable to scan tables

    I've successfully made a connection to a MySQL server via an SSH tunnel (setup by Tunnelier). I can see all the databases on this server.When I click the button 'Refresh schema' PhpStorm is scannin...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    What to do when files changes on the server too (Project from existing files)

    My situation is as follows: - Webserver (PHP, Lighttpd, SSH/SFTP) - Workstation (Windows 7 x64, phpStorm)I use ExpanDrive to access the files on my webserver. Now I know, phpStorm doesn't support a...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Download link for EAP down?

    The link for EAP 107.515 is down:http://download-ln.jetbrains.com/webide/PhpStorm-EAP-107.515.exeWill give:Not FoundThe requested URL /webide/PhpStorm-EAP-107.515.exe was not found on this server.W...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    What is PhpStorm doing after save?

    There are times I work at home. For this I've setup a SSH tunnel to the server at my work. Through this tunnel I can open and edit all my PHP files directly at the webserver. Via the same tunnel I ...
    • 4 followers
    • 8 comments
    • 0 votes
  • Created

    Problems downloading PhpStorm

    It seems like there's something going wrong when downloading PhpStorm. It is happening to me since PhpStorm was still called WebIDE.At the end of the download it stops and hangs at 99%. Firefox is ...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    How to access PHP Include Path

    In Settings --> PHP I've added a include path. It works fine, I can lookup a declaration point from a PHP file and jump to a file inside that include path.After adding that include path it can be s...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    How to document this?

    For example, the following code:abstract class A {  public $strClassName;  public function __construct($strClassName) {     $this->strClassName = $strClassName;  }      /**   * @return mixed   */  ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    How to close a Tool Window?

    I've opened a windows via Window --> Tool Windows --> DB Browser.The answer may be obvious, but how do I close this window again? I can only hide it to the side. I want that icon gone too!
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Workflow local/remote & auto-sync

    I've setup a webserver (Lighttpd/PHP) in our local network as a production environment. The websites are stored in /var/www and accessible via http://www.<sitename>.dev from within the local networ...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    PHP/HTML/JS/CSS Colors like Dreamweaver/Aptana

    I loved the colors used in Dreamweaver. It's nice, bright, clear, not too busy and doesn't make the fault to highlight every possible keyword.After the switch to Aptana I made a color template to m...
    • 3 followers
    • 5 comments
    • 0 votes