Antonio,
I get an error if I press ALT-I. I'm used to press this using MuliEdit
Is it possible to define button-combinations, so we can use brief-emulation?
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Antonio,
I get an error if I press ALT-I. I'm used to press this using MuliEdit
Is it possible to define button-combinations, so we can use brief-emulation?
ACTIVATE WINDOW ::oWnd MAXIMIZED ;
ON RESIZE If( nSizeType != 1, ( ::oVSplitL:AdjLeft(),;
::oVSplitR:SetPosition( ::oWnd:nWidth - 200 ),;
::oVSplitR:Adjust(),;
::oHSplitC:SetPosition( ::oWnd:nHeight - 200 ),;
::oEditor:SetFocus() ), )Marc,
What is MultiEdit behavior for Alt+I ?
Antonio,
ALT-I : Toggle Insert/overwrite
ALT-L : Select complete line
ALT-C : Select a block
Marc,
How select a block behaves ?
Does it lets you mark a block same as if you press shift and arrow keys ?
Antonio Linares wrote:Marc,
How select a block behaves ?
Does it lets you mark a block same as if you press shift and arrow keys ?
Hi Antonio
Do you think you could implement smart indenting and outdenting -
the editor I have used for years does this and I have yet to find another editor that can do both.
When you type
do while something - the cursor is indented 3 or 4 spaces
next line
enddo - when you type enddo it is outdented to line up with the do while
the same happens for
if else elseif endif
do case endcase
Cheers
Colin
Antonio Linares wrote:Marc,
Alt-I and Alt-L already implemented:
https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.zip
Lets see if Alt-C is possible too...

If press Alt + c, message screen that is 99 appears.
Perhaps, ASCII Code seems to appear.
Crsitobal,
Yes, I guess Mark means that but using the arrow keys instead of the mouse
Moon,
Yes, I left that code there to check the values that we may want to implement.
What do you need for Alt-C ?
Antonio Linares wrote:Crsitobal,
Yes, I guess Mark means that but using the arrow keys instead of the mouse
Cristobal,
Pero no podriamos activar el modo columna y que solo tenga que usarse las flechas ?
me suena haber visto algo de este modo en la documentación de Scintilla
Cristobal,
What about Colin's smart indenting request ?
Have you reviewed it already ? many thanks ![]()