Files
harbour-core/harbour
Pritpal Bedi f604ff1760 2012-08-23 18:57 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp
    * Optimizations: pair-matching of Harbour control structures
       shifted to C++ level and made in-line, no need to click 
       on the keywords. Pairs are highlighted while navigaing the 
       source. This is spontaneous.

    ! Tab key to behave differently while in column-selection mode.
       Before tab spaces were inserted at the last column selected,
       now it is first column selected, which is the normal behavor.

    % While in selection mode, pair-matching is disabled, giving 
       us speed advantage.         

    - Removed: PRG block call on QEvent_MouseButtonPress.
2012-08-24 02:04:13 +00:00
..