Commit Graph

22136 Commits

Author SHA1 Message Date
martin
ed4cca60d2 SynEdit: more tests for Beautifier
git-svn-id: trunk@22417 -
2009-11-03 23:33:45 +00:00
martin
5b91fa1c1e SynEdit: Fixed line tracking for beautifier / auto-indent
git-svn-id: trunk@22416 -
2009-11-03 23:32:58 +00:00
martin
ffc04c57b2 SynEdit: Small optimization, avoid unnecessary operation
git-svn-id: trunk@22415 -
2009-11-03 23:31:27 +00:00
marc
a74d855726 * updated French translation by Thierry Bothorel
git-svn-id: trunk@22414 -
2009-11-03 23:14:54 +00:00
marc
40f88c1138 * Updated looks of build progress dialog. Patch by Andrew Brunner (modified)
git-svn-id: trunk@22413 -
2009-11-03 23:11:20 +00:00
mattias
a0bc0d475c codetools: code completion for string iterators
git-svn-id: trunk@22412 -
2009-11-03 23:03:27 +00:00
marc
87b819f60f - removed commented show assembler dialog code
git-svn-id: trunk@22411 -
2009-11-03 22:30:47 +00:00
paul
8064b14d92 win32: draw menu bar background once per repaint for all the menu bar (fixes bug #0014894)
git-svn-id: trunk@22410 -
2009-11-03 19:21:34 +00:00
paul
747db959f4 lcl: add enumerators for TListItems, TTreeNodes, TToolBar
git-svn-id: trunk@22409 -
2009-11-03 16:07:56 +00:00
paul
dd8b4c7a0b lcl: add TMenuItemEnumerator class, TMenuItem.GetEnumerator method
git-svn-id: trunk@22408 -
2009-11-03 15:49:16 +00:00
paul
c0db1937f5 lcl: add TActionListEnumerator class and TCustomActionList.GetEnumerator method
git-svn-id: trunk@22407 -
2009-11-03 15:43:49 +00:00
paul
0690273f72 examples: fix dockmanager compilation
git-svn-id: trunk@22406 -
2009-11-03 15:01:54 +00:00
mattias
0598f2da99 IDE: fixed typo
git-svn-id: trunk@22405 -
2009-11-03 14:23:36 +00:00
mattias
6a2b68eda3 reduced warnings
git-svn-id: trunk@22404 -
2009-11-03 13:11:38 +00:00
mattias
2cd414bcbd IDE: enabled codetools auto indent by default
git-svn-id: trunk@22403 -
2009-11-03 13:10:56 +00:00
mattias
38a3e64177 IDE: added option to enable codetools auto indent
git-svn-id: trunk@22402 -
2009-11-03 13:00:36 +00:00
mattias
8c75e5f632 IDE: auto indent: fixed ecPaste line to codetools line mapping
git-svn-id: trunk@22401 -
2009-11-03 12:49:55 +00:00
mattias
e750aff51a codetools: auto indent: flag to ignore context
git-svn-id: trunk@22400 -
2009-11-03 12:47:19 +00:00
mattias
dae3bc507c codetools: fixed FindStartOfTerm ignoring next atom if it is not under EndPos
git-svn-id: trunk@22399 -
2009-11-03 10:38:35 +00:00
mattias
db15a33457 codetools: auto indent: ignore brackets in statements
git-svn-id: trunk@22397 -
2009-11-03 10:13:09 +00:00
dodi
91dd143c43 dockmanager example: adopt to LCL fix
git-svn-id: trunk@22396 -
2009-11-03 03:52:50 +00:00
paul
616c9d4e4d lcl: docking: replace
DefaultDockTreeClass: TDockTreeClass by
  DefaultDockManagerClass: TDockManagerClass
as requested by DoDi

git-svn-id: trunk@22395 -
2009-11-03 03:20:26 +00:00
dodi
5d7eca12b4 dockmanager example: elasticsite now also reflects enlarged forms
git-svn-id: trunk@22394 -
2009-11-03 03:19:06 +00:00
paul
929dc64acd lcl: properly override TObject.Equals for TGraphic class
git-svn-id: trunk@22393 -
2009-11-03 02:17:39 +00:00
mattias
7f1e276971 codetools: clean up
git-svn-id: trunk@22392 -
2009-11-03 00:45:15 +00:00
mattias
61560943a1 codetools: FindExpressionTypeOfTerm fixed searching start of term
git-svn-id: trunk@22391 -
2009-11-03 00:40:57 +00:00
mattias
5687aefd2c codetools; todo
git-svn-id: trunk@22390 -
2009-11-03 00:22:32 +00:00
mattias
b35838eff9 IDE: auto indent: moved code to sourceeditor, indent on ecPaste
git-svn-id: trunk@22389 -
2009-11-03 00:16:29 +00:00
mattias
3e2c929442 codetools: auto indent: nested begin
git-svn-id: trunk@22388 -
2009-11-03 00:16:00 +00:00
laurent
a305255f16 IDE : Change on AboutBox
git-svn-id: trunk@22387 -
2009-11-02 20:05:06 +00:00
dmitry
9fee6fe8eb carbon: implemented Tab hittest for CustomNotebook
git-svn-id: trunk@22386 -
2009-11-02 15:21:56 +00:00
mattias
c2309f274d IDE: clean up
git-svn-id: trunk@22385 -
2009-11-02 14:51:06 +00:00
mattias
1c5d19d57b codetools: auto indent: proc heads, proc types, definitions
git-svn-id: trunk@22384 -
2009-11-02 13:43:14 +00:00
paul
fd28119606 ide: apply patch of Alexander S. Klenin which implements source editor tabs drag-drop (issue #0014963)
git-svn-id: trunk@22383 -
2009-11-02 12:40:00 +00:00
mattias
e6d6a54eb9 reduced warnings
git-svn-id: trunk@22382 -
2009-11-02 10:47:24 +00:00
mattias
003a59c3d7 codetools: auto indent: fixed checking comment
git-svn-id: trunk@22381 -
2009-11-02 09:31:22 +00:00
dodi
03ecb24c02 dockmanager example: improved elasticsite
git-svn-id: trunk@22380 -
2009-11-02 08:04:37 +00:00
martin
ff0b2160a5 SynEdit: Test for Beautifier
git-svn-id: trunk@22379 -
2009-11-02 02:06:07 +00:00
martin
0c7bfacc34 SynEdit: Test for Beautifier
git-svn-id: trunk@22378 -
2009-11-02 01:36:49 +00:00
martin
65aa0e0875 SynEdit, IDE: Fixes and Refactor for SynBeautifier (includes updates for codetools auto-indent)
git-svn-id: trunk@22377 -
2009-11-02 01:36:04 +00:00
ask
85a6d9eae3 TAChart: Use overloaded operator= instead of LCLProc.CompareMethods
git-svn-id: trunk@22376 -
2009-11-02 01:11:56 +00:00
ask
39dd7c35bd TAChart: Update funcdemo to demonstrate domain exclusions
git-svn-id: trunk@22375 -
2009-11-02 01:01:42 +00:00
ask
6f487b17a3 TAChart: Add TFuncSeries.DomainExclusions property
git-svn-id: trunk@22374 -
2009-11-02 00:57:16 +00:00
ask
989229c520 TAChart: Add TIntervalList class
git-svn-id: trunk@22373 -
2009-11-02 00:53:32 +00:00
laurent
165c3dfdeb IDE : Change on AboutBox
git-svn-id: trunk@22371 -
2009-11-01 15:25:31 +00:00
laurent
143f2846cd IDE : Start change on AboutBox
git-svn-id: trunk@22370 -
2009-11-01 13:58:33 +00:00
mattias
e7998ea585 codetools: auto indent: started list of indents
git-svn-id: trunk@22369 -
2009-11-01 13:09:16 +00:00
mattias
220e39246e IDE: resource strings
git-svn-id: trunk@22368 -
2009-11-01 10:03:15 +00:00
mattias
441700686a translations: finnish: updates from Seppo
git-svn-id: trunk@22367 -
2009-11-01 10:00:35 +00:00
martin
0a9b5e5202 SynEdit: Added tests for Beautifier, indent
git-svn-id: trunk@22366 -
2009-11-01 04:16:22 +00:00