Pritpal Bedi f148efd20f 2012-08-26 16:32 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/docks.prg
  * contrib/hbide/edit.prg
  * contrib/hbide/editor.prg
  * contrib/hbide/hbide.qrc
  + contrib/hbide/resources/align_at.png
  * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp
    + Implemented: aligning a selected-text fragment (column-selection mode)
       to a contained string. The activation is selected-text toolbar icon
       <Align At...>. This activation presents a input dialog to provide
       string to align-at. The following illustration will make it clear:
      
          abc := 212
          bcdefg := 323
          a := 413
          xyzab := 33
       =>
          Select above lines with column-selection mode
          Clock on <Align At...> icon
          Type ":=" in the input dialog
       =>
          abc    := 212
          bcdefg := 323
          a      := 413
          xyzab  := 33
2012-08-26 23:42:35 +00:00
Description
Harbour Core — Reference source for Five development
172 MiB
Languages
C 80.3%
xBase 17.8%
Makefile 0.6%
C++ 0.4%
Harbour 0.4%
Other 0.3%