Sun Nov 23, 2008 12:24 pm |
Replies: 1 |
Views: 4998 |
|
 |
Sorry for necroing an old topic but has this been implemented yet?
|
Thu Aug 14, 2008 8:31 am |
Replies: 2 |
Views: 5112 |
|
 |
Great, that worked like a charm.
It never occoured to me that I could do a refresh in the code explorer.
I guess it's because I don't use the code explorer much.
Thank you!
|
Mon Aug 11, 2008 5:46 am |
Replies: 2 |
Views: 5112 |
|
 |
I use an external script to auto generate some of the files I include for code insight in my projects.
Whenever this script is run some of the previously included files might change.
In these cases ...
|
Wed Apr 23, 2008 6:16 am |
Replies: 3 |
Views: 4543 |
|
 |
If all you want to do is keep track of how long certain workspaces are open, and not how much time is being spent actually typing into that workspace,
then you could make a small app to track the wi ...
|
Tue Apr 15, 2008 5:02 am |
Replies: 0 |
Views: 3880 |
|
 |
It would be neat and also make sense to be able to have integration commands(as a submenu) listed in the editors context menu.
This is especially true when dealing with integration scripts that take ...
|
Thu Jan 17, 2008 11:58 am |
Replies: 5 |
Views: 4397 |
|
 |
This is the script I run with the above settings
<?php
$f = fopen("php://stdin", "r");
$s = fread($f, 100000); // should be big enough
fclose($f ...
|
Tue Jan 15, 2008 8:37 am |
Replies: 5 |
Views: 4397 |
|
 |
http://www.postimage.org/aVh0xJJ.jpghttp://www.postimage.org/Pq4E4urr.jpg
The other IDE settings are defaults.
|
Mon Jan 07, 2008 10:27 am |
Replies: 5 |
Views: 4397 |
|
 |
Hi,
I read and followed the instructions on this page Cannot open file "". The system cannot find the path specified.
It is obviously a setting somewhere that is missing but the question ...
|