Commit Graph

20169 Commits

Author SHA1 Message Date
paul
d24d8ac07f packager: use ToolBar for buttons in the package editor
git-svn-id: trunk@20505 -
2009-06-08 04:38:07 +00:00
paul
e55e302b7e lcl: allow use of DropDownMenu for TToolButton.Style = tbsButton (delphi compatible)
git-svn-id: trunk@20504 -
2009-06-08 03:42:06 +00:00
paul
5a4bf4a31b lcl: skip ampersands in toolbutton textsize calculations
git-svn-id: trunk@20503 -
2009-06-08 03:28:05 +00:00
martin
fe1e5ca093 SynEdit, Search/Replace: implemented \n in replacement string for reg exp, issue #13748
git-svn-id: trunk@20502 -
2009-06-08 00:26:02 +00:00
martin
daea5691fc SynEdit, Search/Replace: implemented \n \u \l \U \L in replacement string for reg exp, issue #13748
git-svn-id: trunk@20501 -
2009-06-08 00:06:26 +00:00
jesus
5a971c0e06 LCL, added option nboHidePageListPopup to Notebook so default right click popup list can be disabled (gtk1&2), enable multiline tab control under windows
git-svn-id: trunk@20500 -
2009-06-07 19:13:17 +00:00
marc
8d3b74321e * Removed copy of stream when reading bitmaps from a resourcestream
git-svn-id: trunk@20499 -
2009-06-07 17:53:54 +00:00
marc
9601319387 * fixed compatebility with 32bpp bitmaps and alpha channel (issue #13917)
git-svn-id: trunk@20498 -
2009-06-07 16:38:54 +00:00
martin
bcedde9431 SynEdit: Clean-up CtrlMouseLink Code
git-svn-id: trunk@20497 -
2009-06-07 16:24:00 +00:00
martin
9b4e327536 SynEdit: Fix Context menu by Keyboard
git-svn-id: trunk@20496 -
2009-06-07 14:49:29 +00:00
martin
2f710fb9b6 SynEdit, Beautifier: added Replace current indent
git-svn-id: trunk@20495 -
2009-06-07 12:03:16 +00:00
zeljko
ed0983b26a Qt: fix for #13470. Note that this bug is Qt bug not LCL or qtlcl one, so this commit is an workaround for qt bug.
git-svn-id: trunk@20494 -
2009-06-07 09:44:37 +00:00
mattias
7fa3e9d966 synedit: clean up
git-svn-id: trunk@20493 -
2009-06-07 07:42:58 +00:00
mattias
c30b6e429e IDE: completed UnbindEditor
git-svn-id: trunk@20492 -
2009-06-07 07:41:32 +00:00
martin
cf7f836d24 Editor Options: removed deprecated entry (alt-column-mode)
SynEdit: added handling for deprecated value

git-svn-id: trunk@20491 -
2009-06-07 01:28:26 +00:00
martin
cfcc5f9b04 SynEdit, Beautifier: Renamed OnDesiredIndentNeeded / Added to SourcEditor
git-svn-id: trunk@20490 -
2009-06-06 19:10:11 +00:00
mattias
8edea32cee IDE: double click on component palette invokes selection dialog
git-svn-id: trunk@20489 -
2009-06-06 18:56:56 +00:00
martin
5306762a21 SynEdit, Beautifier: added Line param to OnDesiredIndentNeeded
git-svn-id: trunk@20488 -
2009-06-06 18:43:12 +00:00
paul
678583aee1 ide: change ok -> close button + show standard glyph for it in show compiler options dialog
git-svn-id: trunk@20487 -
2009-06-06 18:24:28 +00:00
martin
d891e19daf SynEdit, Beautifier: Renamed OnDesiredIndentNeeded / Fixed Log-Caret
git-svn-id: trunk@20486 -
2009-06-06 18:08:31 +00:00
mattias
56629b80c6 codetools: indentation for comments
git-svn-id: trunk@20485 -
2009-06-06 17:30:16 +00:00
paul
6438eaf854 packager: package options dialog:
- set constraints
  - cosmetic changes

git-svn-id: trunk@20484 -
2009-06-06 17:19:09 +00:00
mattias
d4ba91160a codetools: default indentation
git-svn-id: trunk@20483 -
2009-06-06 17:18:31 +00:00
paul
5a6d80b45a lcl: don't update toolbar if imageindex is set for non-visible button
git-svn-id: trunk@20482 -
2009-06-06 17:05:02 +00:00
mattias
e9d3df252f LCL: TToolBar: fixed autosize loop
git-svn-id: trunk@20481 -
2009-06-06 16:59:46 +00:00
mattias
a1c288222b codetools: moved indenter to TCodeToolManager
git-svn-id: trunk@20480 -
2009-06-06 16:16:51 +00:00
mattias
a465012659 LCL: TCanvas: removed LineTo, MoveTo, using DoLineTo and DoMoveTo instead
git-svn-id: trunk@20479 -
2009-06-06 15:51:39 +00:00
paul
1ccbb42de7 gtk: fix wrong UTF8KeyPress calls
git-svn-id: trunk@20478 -
2009-06-06 15:49:42 +00:00
mattias
8e4bea4234 LCL: TCanvas: added LineTo(p: TPoint)
git-svn-id: trunk@20477 -
2009-06-06 15:34:46 +00:00
mattias
36ea04d805 IDE: code browser: disable mem stats
git-svn-id: trunk@20476 -
2009-06-06 15:27:38 +00:00
martin
e5d812e301 SynEdit, Beautifier: Added OnDesiredIndentNeeded
git-svn-id: trunk@20475 -
2009-06-06 15:24:45 +00:00
paul
ee5d26485b ide: fix splitter move in editor mouse options
git-svn-id: trunk@20474 -
2009-06-06 15:20:09 +00:00
paul
ad154a3de0 lcl: change TSpitter to respect other control constrains (issue #0013905 by Martin)
git-svn-id: trunk@20473 -
2009-06-06 15:16:25 +00:00
paul
2544382402 lcl: publish TStringGrid.Constraints
git-svn-id: trunk@20472 -
2009-06-06 15:12:44 +00:00
martin
dd531e749d SynEdit: Cleanup (Beautifier)
git-svn-id: trunk@20471 -
2009-06-06 14:46:49 +00:00
mattias
7a9d3e8f22 synedit: clean up
git-svn-id: trunk@20470 -
2009-06-06 11:11:28 +00:00
dmitry
06b4501395 added QDStyleToFontStyle function
git-svn-id: trunk@20469 -
2009-06-06 11:00:42 +00:00
mattias
4454110a0b synedit: license and clean up
git-svn-id: trunk@20468 -
2009-06-06 10:56:38 +00:00
zeljko
adfc47093d Qt: small fix for TQtAbstractSlider palette initialization.
git-svn-id: trunk@20467 -
2009-06-06 08:42:56 +00:00
kirkpatc
17068c074f FPDoc - some updates to Graphics .xml
git-svn-id: trunk@20466 -
2009-06-06 07:05:00 +00:00
vincents
c1c2ea4884 Mac OS X: add link to startlazarus
git-svn-id: trunk@20465 -
2009-06-06 07:03:00 +00:00
vincents
20b3b3281c Mac OS X: fixed location of link to startlazarus
git-svn-id: trunk@20464 -
2009-06-06 06:49:39 +00:00
martin
f3916e2633 Editor Options: removed some old unneeded code
git-svn-id: trunk@20463 -
2009-06-05 23:49:09 +00:00
vincents
8e01687545 Mac OS X: moved startlazarus bundle to lazarus.app as a resource
git-svn-id: trunk@20462 -
2009-06-05 21:38:08 +00:00
mattias
889df9238b codetools: indentations: get smallest of all nested indentations
git-svn-id: trunk@20461 -
2009-06-05 21:11:03 +00:00
mattias
756546b94a codetools: fixed ReadPriorAtom end, bug #13915
git-svn-id: trunk@20460 -
2009-06-05 20:37:48 +00:00
mattias
d6a7f25283 codetools: indentation: only for new lines
git-svn-id: trunk@20459 -
2009-06-05 20:12:59 +00:00
mattias
15e0d0fdb0 codetools: indentation: inner indent
git-svn-id: trunk@20458 -
2009-06-05 20:07:43 +00:00
mattias
8209691967 codetools: complete block: begin begin begin end end
git-svn-id: trunk@20457 -
2009-06-05 18:13:48 +00:00
mattias
6bf2f76a84 codetools: added example for begin begin end
git-svn-id: trunk@20456 -
2009-06-05 18:12:53 +00:00