Select and copy RAP code
Hi,
In RB18 I can't select the code from an eventhandler including the
procedure header (procedure DBText1OnGetText(....)) up to and including end;
With the mouse (or Ctrl-A) I can only select the content of the
eventhandler.
This differs from RB14 and makes copy/paste code more difficult than in
the past.
--
Kind regards,
Jeroen Röttink
JR-soft software solutions
In RB18 I can't select the code from an eventhandler including the
procedure header (procedure DBText1OnGetText(....)) up to and including end;
With the mouse (or Ctrl-A) I can only select the content of the
eventhandler.
This differs from RB14 and makes copy/paste code more difficult than in
the past.
--
Kind regards,
Jeroen Röttink
JR-soft software solutions
This discussion has been closed.
Comments
In my testing RB 14 and RB 18 have identical behavior and work as designed.
1. RAP Event-handlers
- first line containing the procedure declaration is protected. It cannot be
selected or modified.
- using the mouse, can select remaining lines, including begin...end.
- Ctrl-A, selects code between begin...end
2. Global procedures and functions
- first line is not protected. It can be selected and modified.
- using the mouse, can select all lines, including the first line
- Ctrl-A, selects code between the begin...end
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com