Hi,

I still can. Screencast at www.dbtopas.lt/hrb/f11.avi


f11.avi clearly indicates that your claim is valid.
But for "mysterious" reasons I cannot reproduce
it on my machine.

Can you so test after hbQT rebuild ?

It seems hbqt clean rebuild helped. Thank You.


I want implement the following key bindings:
F8
==
       IF ::isMarking()
         ::stopMarking()
       ELSE
         ::setLineSelectionMode()
         ::startMarking()
       ENDIF
 ...
This is possible.
I have tried to compile a macro as above
but probably macro compiler does not support
extended codeblocks, I may be wrong though.

       IF ::isMarking()
         ::stopMarking()
       ELSE
         ::setColumnSelectionMode()
         ::startMarking()
       ENDIF

can be defined as

iif( ::isMarking, ::stopMarking(), ::setColumnSelectionMode() .and.
::startMarking() )
This is not an elegant solution but it can work.

OK, I can write inline IF. I do not care about elegance, but I will not use editor until it does not have the functionality I need. What are the method names in hbide editor, to reach the required functionality?


Regards,
Mindaugas
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to