program editor / macro suggestions

aberfoyle

Member
Sorry if this has been gone over. A place to see all enhancement requests would be great.

What I miss most in the pl/sql dev editor are the following features:

- a setting so that when I hit home, the cursor goes to the first character in a line and not to the beginning of the line
- column functionality
- select a column of text
- insert a text string into the selected column area
- press one key and it goes into the selected column area
- cut and paste
- bookmarks working as follows
- press a key (say, shift-F2) to set a general bookmark
- press same key (say, shift-F2) to unset the general bookmark when the cursor is on the bookmark.
- press a key (say F2) to go from general bookmark to general bookmark one after the other. This would go back to the top after the bottom most bookmark was reached. This way, using them as a place holder is fast and simple. I usually don't want the more sophisticated functionality in pl/sql dev.
- Find. I would like to highlight some text and then press my search key (F3 for me).
- I would like it to continue to the top after finding the last occurrance at the bottom.
- if the string is not found, I would like the option to have it say so.
- replace. I do a find to get to the text I want to replace. I put in the new string and say change all. It doesn't do the one I am on.
- same as find. if I highlight text and press my replace key, then I want the highlighted text to be what will be replaced so that I need only specify what the new text will be. The cursor should however be in the current text area.
- when I replace globally, I want it to do everything and not just up OR down, but both (no matter where I am positioned in the file).

In macros, I would like to be able to edit the macro. If I can do that, I must have missed it. If I can't, I'm sure this isn't the first request to do so.

Thanks for the great product.
Aberfoyle
 
I have added your suggestions to the list of enhancement requests. Some observations:
  1. Column selection and manipulation is already available in the editor. Just press Alt and select a range of text.
  2. Bookmarks can be set through Ctrl-K n (n = 0..9), and you can go to a bookmark through Ctrl-Q n. You can create a macros for a sortcut like (shift) F2.
  3. If "find" does not find the text, you will hear a sound.
  4. The default "find" text is the word under the cursor, or the currently marked text.
 
"Column selection and manipulation is already available in the editor. Just press Alt and select a range of text."

This is not working for me. When I press ALT and try to select text with the left mouse button, a column to the right of where I am is highlighted. Are there editor settings that I need to change to make this work?

Thanks
 
Hi, my computer doesn't make sounds. A visual clue that nothing was found during a find operation is what would be most useful to me. Now I have to interpret the not found result.

Thanks, Aberfoyle
 
Back
Top