Consultor Eletrônico



Kbase P29604: List of useful keys with the colored source code editor
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   07/07/2003
Status: Unverified

GOAL:

List of useful shortcut keys with the colored source code editor introduced in Progress Version 9.1

FIX:

These functions come from the third party component vslick editor used by Progress to achieve the colored source code editor:

 Ctrl-A = select_all
* Ctrl-B = select_block         => switch to box selection mode
 Ctrl-C = copy_to_clipboard
* Ctrl-E = cut_end_line
  Ctrl-F = gui_find
  Ctrl-G = find_next
* Ctrl-K = copy_word
 Ctrl-L = select_line
 Ctrl-R = gui_replace
 Ctrl-U = deselect
 Ctrl-V = paste
 Ctrl-X = cut
 Ctrl-Y = redo
 Ctrl-Z = undo
* Ctrl-Alt-V = list_clipboards   => multiple clipboard
* Ctrl-BACKSPACE = cut_line
 Ctrl-HOME = top_of_buffer
 Ctrl-END = bottom_of_buffer
* Ctrl-PGUP = top_of_window     (quick jump without scrolling)
* Ctrl-PGDN = bottom_of_window  (quick jump without scrolling)
 Ctrl-Shift-K = cut_word
* Ctrl-Shift-L = lowcase_word    => nice to refine code
* Ctrl-Shift-U = upcase_word     => nice to refine code
* Ctrl-Space = push alias  (type 'mes'+Ctrl-space in middle of line)

The keys marked with '*' are often ignored but particularly interesting