Home RAP

Select and copy RAP code

edited June 2017 in RAP
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

Comments

  • edited June 2017
    Hi Jeroen,

    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
This discussion has been closed.