Nick Reed

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created How can I force add a file to git which is on .gitignore list?
How can I force add a file to git which is on .gitignore list?In console this is simply done by git add -f <filename>.Thanks! -
Created cakephp: autocomplete for models
I've been working on a cakephp project, and cakephp uses models assigned implicitly so they are used like this:class Foo extends Controller { // models to be used in the controller $uses = ar... -
Created Multiple projects in project view panel
Is it somehow possible to have several projects open in one and the same project panel, like it is done in NetBeans or PDT? -
Created Trying to report a bug, but get kicked off
Again, at the end of svn checkout it spit out an error. I tried to report it, but when I do it it goes: "Report posting failed: ITN returns wrong data. Do you want to try again?"Tried for a coupl o... -
Created Can't resolve target of expression 'Zend/Pdf/Exception.php'
I am using some Zend libs. In order to use them I add the path to the libs to the include_path:set_include_path(get_include_path() . PATH_SEPARATOR . KERNEL_DIR . 'common/libs/');require_once(KERNE... -
Created Subversion checkout
When I checkout a new project, all works fine until it reaches some point where it pops up an error message saying some bug occured, please report it.I've sent it many times already, but also wante... -
Created JDK_HOME must be specified...
What about making the IDE search for default jvm? Or figure out a way to enter it only once to be used in the future? -
Created Modified notification and file saving
There is no way to see whether a file was mofidied, and when I close it changes are saved automatically without prompting me for an action.It would be good to mark the modified file tab with '*' or... -
Created Intelligent Editor does not understand some code tricks
http://www.jetbrains.com/webide/features/index.html#PHP_IDEHere it says about the editor intelligence:Thorough source code analysis allows us to provide code completion even to an unannotated code,...