Ryan Zec

Avatar
  • Total activity 43
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 14
  • Created

    JavaScript Coding Formatting Issue

    So if I have this code:var data [{   display: "Configuration",   value: 'config' }]; and I run the code formatter, it turns into this:var data = [   {     display: "Configuration",     value: 'conf...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    NodeJS Configuration Missing?

    Now PhpStorm from what I know should have everything that WebStorm has plus the PHP support.  I was trying to get PhpStorm setup to run testacular test wuthin the application and I saw a few video ...
    • 3 followers
    • 4 comments
    • 1 vote
  • Created

    WebStorm vs. PhpStorm/RubyMine/PyCharm

    I was wondering if I am doing web development with PHP, Python, or Ruby, does WebStorm offer anything that is not in PhpStorm/RubyMine/PyCharm for the front-end technologies stack (HTML, CSS, SASS,...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Validation Issues With PHPDoc?

    I think this might be a bug in the PHPDoc validation:http://vimeo.com/33589657Note that this does not happen all the time, it seems to only happen with a few methods.
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    Hooking Up PHPUnit To VM Machine?

    I was wondering how I would be able to hook up a PhpStorm to run PHPUnit test from a Virtual Machine.  I have tried to set it up like I though I did before with sftp and testing the connection to t...
    • 3 followers
    • 13 comments
    • 0 votes
  • Created

    Copy/Pasting Issues PhpStorm 3

    So I gues upgrades to PhpStorm 3 and not copying and pasting is not working like it did before.  For example:So I copy from line 22-24 and then pasted on line 26.  It looks like the spaces are bein...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Structure For Non-Loaded Files

    Now the structure tab will should me the structure for the file that is currently being viewed.  I was wondering if there was a tab that would allow me to view the structure of any file/class no ma...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    File Tab Settings

    Is there a way to configure phpstorm only have 1 line of file tabs and if it is longer than 1 line, have an arrow at the end to show all files opened?  I often have many files opened at the same ti...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    SQL Validation?

    Is there a way to disable phpstorm from making sure that there is a semi-colon at the end of inline sql statements?  Is seems like in certain cases (not all) when I have a string in php code that i...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Using PHPUnit From A VMWare Server

    So I am running a Mac and have a CentOS 5.4 VM running under VMWare Fusion.  I have PHPUnit installed, configured,a nd running properly on the VM.  I tried to setup a run/debug configuration howeve...
    • 2 followers
    • 2 comments
    • 0 votes