Hi,
First time poster, long time reader
If you have a workspace open with two (or more) projects in it, and you have project 1 activated as your main project. If i want to access a class in project 2, and start to write the code out then the auto complete doesnt seem to read that file unless it is physically open on screen, e.g.
$test_var = $project_2->function_name($variable); |
As im in project 1 at that point, then i'd expect that once i'd written '$project_2->' i'd get the list of functions available for that class, ('function_name' being one of them) then select from the dropdown which one i'd want. This only happens if i have that specific class file physically open in PhpED, in which case i've already taken the time to locate the file and open it up.. so the whole idea of the quick list seems pretty pointless.
This might not make any sense, but if you try it out you'll see what i mean.
I've also got another issue which happens sometimes, (could be just a setting.. but its not obvious).. Nine times out of ten my tab key will indent code fine, however sometimes it brings up a dropdown list of variables ($_COOKIE is the first one), then wont indent unless i type out the code un-indented, then indent it afterwards. Seems a little odd, and i think its a bug.. just not sure why its doing it.
Is it possible to make the Terminal windows dockable? I'd like to have a terminal window permanently open somewhere when im coding, (like the 'Transfers' box is). As i normally run an error log on the server and am reading that quite frequently (also its a bit annoying that when you choose 'close all but this' on a php window the terminal closes too.. You'd think it'd just close all files of that type.
If its also possible, then i'd like to be able to map the '/' key for keyboard shortcuts. I used to use Zend's IDE, and am used to pressing "Ctrl-Shift-/" to do a block comment of code, i'd like to map this key but it seems you can only map alpha-numeric keys. Another cool feature of zend's ide was that the block comment would do a single line comment if no-text was selected, or only one line of code was.
I realise thats alot for my first post, but i look forward to your responses... Oh and kudos on an awesome development enviroment