Thu Oct 18, 2007 12:20 am |
Replies: 1 |
Views: 4468 |
|
|
There are some problems I found with build 5209 so far:
1. Matching brackets are broken when going backwards in the file. Create some code such as the following
if(foo(bar())& ...
|
Thu Aug 30, 2007 11:15 am |
Replies: 2 |
Views: 4200 |
|
|
I think I figured it out myself. There is a registry key located at HKCU\SoftwareNuSphere\PhpED5.0\Home that is initially empty. I changed that to "F:\Data\phpED" and then reloaded PhpED a ...
|
Thu Aug 30, 2007 11:04 am |
Replies: 2 |
Views: 4200 |
|
|
Is there any way to change the default project directory? Each time I create a new project it defaults to the installation path which is "F:\Apps\phpED\projects\project1.ppj" I would like ...
|
Tue Aug 29, 2006 6:10 pm |
Replies: 5 |
Views: 5333 |
|
|
rudder,
Well at least I know I am not going crazy.
|
Mon Aug 21, 2006 6:54 pm |
Replies: 5 |
Views: 5333 |
|
|
I am using Windows XP SP2 with all security updates.
An update to my problem though. It seems that if I first use the context menu to find a declaration then every time I use Shift+F12 to find the ...
|
Mon Aug 21, 2006 2:47 pm |
Replies: 2 |
Views: 5804 |
|
|
I managed to find the thread that svenax mentions.
http://forum.nusphere.com/some-useful-scripts-for-phped-t1989.html
I had to make a few modifications to the code to make it format comments the ...
|
Mon Aug 21, 2006 11:37 am |
Replies: 2 |
Views: 5804 |
|
|
I have searched through these message boards and could not find a way to have PHPDoc templates expand to the proper format. If you type '/**' and hit enter in the editor you get this
/**
* @desc
...
|
Mon Aug 21, 2006 9:33 am |
Replies: 5 |
Views: 5333 |
|
|
If you right click on a method and select "Find Declaration" it goes to it but if you hit Shift+F12 it does not work. If you have already used the context menu to find a declaration the Shi ...
|
Wed Jul 19, 2006 6:29 pm |
Replies: 2 |
Views: 5797 |
|
|
Can the editor be configured to leave the cursor at the start of pasted text rather then the end? This can be quite usefull for a lot of things such as inserting a multi-row column within the same ro ...
|
Tue Jul 18, 2006 10:32 pm |
Replies: 2 |
Views: 5691 |
|
|
ddmitre,
Thanks for the quick reply. I tried both methods and both have a few drawbacks. The first method works but only methods and properties in the parent class of 'an_item' are discovered. A ...
|
Mon Jul 17, 2006 10:50 pm |
Replies: 2 |
Views: 5691 |
|
|
Hi, I am just starting out on phpED and so far I like what I see. I am having a bit of trouble with code insite however. I have several classes that have methods that add items to a list that is sto ...
|