NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
How to perform features in phped 4


Joined: 06 Sep 2005
Posts: 7
Reply with quote
this may be more of a feature request, but it seems like some of these should be in the application and i am just missing them

can you search for functions in the code explorer? or do a general search of functions in a project?

is there a way to exclude directories from the code explorer output?

shortcut key for creating a block quote or line quotes on a block of code

quick index search on a primary key or any attribute in the db explorer


thanks for the response
View user's profileFind all posts by wmpurSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Quote:
this may be more of a feature request

you're right. All the features you're requesting for are accepted.
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 06 Sep 2005
Posts: 7
Reply with quote
this may be along the same lines or not:

but when i am debugging sql queries i tend to use the format for larger queries of

$q = "
SELECT
*
FROM
whatever
WHERE
something=1
";

although when i try to copy the value from the watch into the sql query window, it puts double quotes around the statement and a bunch of \r\n everwhere

is there a way around this? also, a right click on a watch and sent to the open db browser query window would be nice Very Happy

thanks
View user's profileFind all posts by wmpurSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Good point. Thanks.

Values in Watches, Locals and Globals are in C-style where all line breaks are encoded with \n (or \r\n depending on File Format).
So when you copy-paste them they appear with these symbols in.
Probably we can support both C-style and Natural (in-memory).
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 09 Dec 2003
Posts: 92
Reply with quote
Ddmitrie, the latter request is #462.
View user's profileFind all posts by mpSend private message
How to perform features in phped 4
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