Fri May 14, 2010 10:45 pm |
Replies: 1 |
Views: 4652 |
|
 |
Thank you! Worked perfectly.
|
Fri Apr 30, 2010 12:18 pm |
Replies: 5 |
Views: 5945 |
|
 |
Where is this setting? I can't seem to find any paths to the AppData/Roaming folder.
|
Thu Apr 29, 2010 11:37 am |
Replies: 5 |
Views: 5945 |
|
 |
I too am looking for this...anyone have a link or instructions?
|
Sun Aug 03, 2008 1:42 pm |
Replies: 2 |
Views: 4107 |
|
 |
Just a warning to everyone, upgrading to v5.5 will reset all your window settings. Everything from toolbars to different windows (workspace, code navigator, etc) were reset to their defaults.
|
Wed Jun 18, 2008 4:51 pm |
Replies: 1 |
Views: 4134 |
|
 |
I'm not sure if I'm missing something, but is there a way to order the projects that appear in your workspace?
If there isn't this would be a nice feature.
|
Tue May 13, 2008 12:45 am |
Replies: 4 |
Views: 4139 |
|
 |
I can see it happening, but it's very quick when I only have one project in my workspace. It seems to happen, although still quite quick, once you have a 8+ files open and 10+ projects in your workspa ...
|
Mon May 12, 2008 2:10 pm |
Replies: 4 |
Views: 4139 |
|
 |
5.2 build 5236 and it's been around for a while.
Would it have anything to do with the code completion or tooltip delays? I have them both set half way between 0.1s and the first tic.
|
Sat May 10, 2008 10:57 pm |
Replies: 4 |
Views: 4139 |
|
 |
This problem arises in 2 cases:
1. If you open a file and immediately begin scrolling (<1s), when the code is parsed, the scrolling will start back where the cursor is located.
2. If you make a ...
|
Wed Apr 23, 2008 2:48 am |
Replies: 3 |
Views: 5077 |
|
 |
Does the code I posted show the quick help for you?
|
Wed Apr 23, 2008 12:02 am |
Replies: 3 |
Views: 4187 |
|
 |
agreed, on both
|
Wed Apr 23, 2008 12:01 am |
Replies: 3 |
Views: 5077 |
|
 |
class TEST {
/**
* @desc Testing quick help
* @var string
*/
public static $test;
function Test2() {
$this->test = 3;
} ...
|
Sun Apr 20, 2008 2:25 pm |
Replies: 3 |
Views: 4291 |
|
 |
ML, you are right. I should not use $GLOBALS. Forgot that if I have a variable named $header and $GLOBALS['header'] then they are actually the same variable. $GLOBALS completion would be cool, but not ...
|