Jim McKearney

- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created Not Stopping Javascript Breakpoint
Hi,I have a included Javascript file. ``` <script src="/assets/js/vue/vue.js"></script><script src="/assets/js/alertify.js"></script><script src="/assets/js/ajax.js"></script><script src="/assets/j... -
Created Stop Showing Base class members
Hi,When selecting Show Members in the projec view. Does anyone know how/if you can disable showing base class members.For example:class A { someMember...}class B extends A { myclassMember...}Onl... -
Created Remove base class members in Project view
Hi,I there a way to remove base class members from the project window. In a Laravel project, when you look at a Controller you wrote, you your members and all of the base Controller members you in... -
Created When Will Gutters be Fixed in EAP
Hi,When will the gutters be fixed in EAP? This most annoying.Thanks,Jim -
Created Cannot Get Breakpoint to work in class php file
Hi,I got a new MAC, I normally develop on windows. In windows I can set breakpoints in a project and run project from IDE and debug fine. With the MAC, i got xdebug setup and then php program I c... -
Created A Question About Support
All,This is more for JetBrains customers rather than staff. Your products are excellent, that is a given. I use IntelliJ and PHPStorm on a regular basis. I am learning IOSwith AppCode. Bought a... -
Created Capture CURL FTP out.
Hi,Before I begin. Yes I know there is a PHP FTP function library. I am just exploring this as an alternative....Examine this function... public function getDir() { $cmd =...