Feature request : allow to consider underscore as white space

duval51

Member
Hi Marco

I really like PL/Dev much more than any other SQL querying tool.
But something I miss in version 7 is being allowed to configure the behaviour of the SQL editor considering special characters.

I guess it must not be very clear :) so here is an exemple

For this sentance

select word1_word2 from dual;

when I do "Ctrl + ->" it jumps directly from select to from.
Also when double clicking on "word1_word2", it selects all the world.

All i want is being able to configure that and considering word1 and word2 as two separate words if the option is "On".

I should mention that Toad is able to do that by configuring an option even I don't remember the name of the option.

Do you plan to add this kind of simple but useful option in PL/Dev 8 ?

Thanks and keep on doing good job on your softwares.
 
Back
Top