NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
[fixed] code completion and undo redo maybe configuration ?


Joined: 13 Oct 2007
Posts: 9
Reply with quote
There might be some configurations for those, if there are, please let me know, if not, can they be implemented ?

1. When using the auto complete, it removes the next piece of code if there is no space.

Example:

If I already have:

$arr['items'];

And now I type before it :

$myobj->

So it looks like so (where the cursor where the X is):

$myobj->X$arr['items'];

And I use the autocomplete to get the function name, the $arr is removed. I have to put a space for it not to remove it. This behavior does not make sense, Other IDE's will push everything forward when choosing the function name. This broke my code a few times, since I am not used to it.

Is there a setting for it ? if not, can it be added ?

2. I have seen this one on other posts ...

When using undo / redo, it remembers cursor movements, so if I undo , and move the cursor anywhere, I loose the redo history. This sometimes result in loosing code that is not saved, and I find it a bit confusing. Again, different than other IDE's I've been using.

Can this be a setting ?

A different IDE that I've been using - not to mention names Wink uses two different set of keys for undo/redo of code, and undo/redo of cursor movements, I found it extremely helpful, and I miss it in PHPed.

Please let me know.
View user's profileFind all posts by asabiSend private message


Joined: 23 Aug 2005
Posts: 53
Reply with quote
#1: it's a setting: tools->settings->editor settings->Clear when inserting template
View user's profileFind all posts by stappelSend private message


Joined: 13 Oct 2007
Posts: 9
Reply with quote
This is great for the first item thank you ! Smile

Any workaround for the second item ?

Undo / Redo is really tough to use with the way it was implemented in the IDE.

Cheers
View user's profileFind all posts by asabiSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8335
Reply with quote
Quote:
Any workaround for the second item ?
Undo / Redo is really tough to use with the way it was implemented in the IDE


it's completely reimplemented from scratches in phped v5.2.
No problems with redo anymore.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 15 Sep 2007
Posts: 6
Reply with quote
Just installed v5.2 - the undo/redo works perfect now! The previous undo/redo functionality was a huge problem for me, but now it works as expected. Thanks!
View user's profileFind all posts by ldemonSend private message
[fixed] code completion and undo redo maybe configuration ?
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic