Thanks for your suggestions.
Please see my comments below.
Quote: |
- would be good to have a select whole words option (like Word), such that if you double-click to select a word then keep dragging the cursor, whole words continue to be selected rather than individual characters |
See tools->settings->editor settings, Extended select
When checked it selects whole words when keep dragging the cursor by mouse.
Quote: |
if a line wraps to the following line in the editor window, selecting it only selects part of it (i.e. one physical line at a time). Would be better to have the whole logical line selected rather than just a physical line. |
Hmmm I can hardly imagine how it would be possible. Selection starts from some point and extends to the cursor position. Suppose you started from the line beginning and then moved cursor (either by mouse or by keys) down. When cursor is in a wrapped extent, selection should have only this extend and above, not whole the line.
Quote: |
- it would be good to be able to highlight whole lines using one click in the left margin when the gutter is off (having to click and drag in the margin to do this is a real pain). The cursor should also change to point to the right when the mouse is over the margin. |
if you mean "select whole lines", it's not that hard. Just move cursor using End, Home, PgUp, PgDn, Up, Down, whatsoever else while shift is pressed.
Quote: |
- it would be good to be able to select logical lines instead of/as well as selecting physical lines e.g. if a code line spans 3 lines, if you select the first line, all 3 physical lines should be selected, not just the first one. |
what's about "Mark line" command? By default it runs by Ctrl-K, M shortcut.
Quote: |
- it would be good if the ftp client in phpEd was able to use more than one connection at a time |
It uses more than one connection at a time. For example you can navigate ftp account in the Explorer window and publish some files to it, simultaneously.
Quote: |
- in 'Find in Files', it would be useful to have the location column in the log tab showing the whole path to the file (only from the project's root directory, though), rather than just the file name. |
Right click and check "show full path".