Commit Graph

40730 Commits

Author SHA1 Message Date
juha
d21405e793 IDE: Revert saving all compiler options in a separate entry. They will be synchronized with Custom Options later.
git-svn-id: trunk@42157 -
2013-07-20 12:07:21 +00:00
juha
7d5074bd8c Converter: after codetools exception, insert '&' before every '.'+reserved word instead of only '.type'. Part of issue #23552
git-svn-id: trunk@42156 -
2013-07-20 11:40:14 +00:00
martin
8816386294 SynEdit: changed signature of TSynBaseCompletionSearchPosition, to avoid name conflicts when using code-completion. issue #0024758
git-svn-id: trunk@42155 -
2013-07-20 11:30:42 +00:00
martin
a500bfb2b6 SynEdit: regex, clean up, issue #0024700 / partly reverted
git-svn-id: trunk@42154 -
2013-07-20 11:26:08 +00:00
martin
9022e89a5d SynrEdit: regex, clean up, issue #0024700
git-svn-id: trunk@42153 -
2013-07-20 11:18:42 +00:00
martin
da3b0a3808 SynrEdit: regex, clean up, issue #0024700
git-svn-id: trunk@42152 -
2013-07-20 11:11:31 +00:00
martin
1ecadffa73 SynrEdit: lfm highlighter, clean up, issue #0024700
git-svn-id: trunk@42151 -
2013-07-20 11:06:18 +00:00
juha
ebabff748c IDE: Revamp of the all compiler options GUI. Use custom options memo and a separate window for all options GUI.
git-svn-id: trunk@42150 -
2013-07-20 10:47:50 +00:00
juha
be8fee79c3 New form for the all compiler options GUI.
git-svn-id: trunk@42149 -
2013-07-20 10:45:30 +00:00
martin
6f6e97db2e SynHighlighterJava: added TxtkNonSymbol for EktTokenId. Part of issue #24706
git-svn-id: trunk@42148 -
2013-07-20 10:27:11 +00:00
martin
0ca8a667db Add some comments
git-svn-id: trunk@42146 -
2013-07-20 08:02:59 +00:00
juha
79090b661e IDE: fix position of ExampleManager to poScreenCenter
git-svn-id: trunk@42145 -
2013-07-20 07:03:56 +00:00
juha
3b6537c967 IDE: Load and save all compiler options.
git-svn-id: trunk@42144 -
2013-07-20 07:03:50 +00:00
sekelsenmat
e5edeb10ad fpvectorial-eps: Fixes running some EPS files
git-svn-id: trunk@42143 -
2013-07-20 04:57:04 +00:00
martin
cf3dbb353e Fix Turbo IPro Handle
git-svn-id: trunk@42142 -
2013-07-19 10:53:33 +00:00
mattias
fabbe6e950 wiki: html example
git-svn-id: trunk@42141 -
2013-07-19 10:39:08 +00:00
mattias
1e637334d1 turbopoweripro: fixed handle ipstrms.pas
git-svn-id: trunk@42140 -
2013-07-19 10:21:02 +00:00
mattias
82dbfbbb24 turbopoweripro: fixed handle ipstrms.pas
git-svn-id: trunk@42139 -
2013-07-19 10:19:36 +00:00
mattias
daa7994b98 IDE: center lost window: min size 70x70, set WindowState to wsNormal
git-svn-id: trunk@42138 -
2013-07-19 09:39:06 +00:00
mattias
2d2d2abe02 turbopoweripro: fixed using LCLType.THandle instead of system.THandle
git-svn-id: trunk@42137 -
2013-07-19 09:23:53 +00:00
mattias
633c1f924a cody: clean up
git-svn-id: trunk@42136 -
2013-07-19 05:58:45 +00:00
juha
93606b42bb LazControls: Generate resources for icons. Use new icons from Anton.
git-svn-id: trunk@42134 -
2013-07-18 22:24:03 +00:00
juha
aed2bcd273 Add a script for updating icons for LazControls.
git-svn-id: trunk@42133 -
2013-07-18 21:46:27 +00:00
juha
99dd0234c3 Update icons for FilterEdits from Anton. Use old icon for ShortPathEdit.
git-svn-id: trunk@42132 -
2013-07-18 21:42:46 +00:00
juha
ccd509acfc LCL: Add ColorRectWidth property to TCustomColorBox. Issue #24761, patch from Michael Fuchs
git-svn-id: trunk@42131 -
2013-07-18 13:04:41 +00:00
juha
4aecd50e0f IDE: Initialize return value for "Enclose in $IFDEF". Issue #24713, patch from Joachim Förster.
git-svn-id: trunk@42130 -
2013-07-18 10:10:13 +00:00
mattias
82cc90a009 IDE: less warnings
git-svn-id: trunk@42129 -
2013-07-18 10:03:23 +00:00
mattias
e483466b59 LCL: TTextStrings: handle TStrings where Text has less lines than Count, bug #24749
git-svn-id: trunk@42128 -
2013-07-18 08:41:28 +00:00
paul
0a3953816b win32: save/restore child windows state on minimze/restore (issue #0024055)
git-svn-id: trunk@42127 -
2013-07-18 07:12:33 +00:00
mattias
987e73434f IDEIntf: comment
git-svn-id: trunk@42126 -
2013-07-17 22:08:35 +00:00
bart
05baacd6f0 LazFileUtils: No need for specific FindCloseUtf8 implementation: just use SysUtils.FindClose.
git-svn-id: trunk@42125 -
2013-07-17 21:50:02 +00:00
mattias
a58991715c tests: TTextStrings
git-svn-id: trunk@42124 -
2013-07-17 21:30:55 +00:00
bart
44ab1aef23 TCustomTreeView: use Utf8CompareStr for default sorting instead of AnsiCompareStr.
Issue #0024740.

git-svn-id: trunk@42123 -
2013-07-17 21:22:58 +00:00
mattias
bc30518a35 tests: TTextStrings
git-svn-id: trunk@42122 -
2013-07-17 21:16:24 +00:00
mattias
a77679e736 IDE: codehelp: nobr for fpdoc hints
git-svn-id: trunk@42121 -
2013-07-17 20:34:19 +00:00
mattias
dccbd49526 IDE: clean up
git-svn-id: trunk@42120 -
2013-07-17 18:04:07 +00:00
mattias
29a3363ce6 chmhelp: icon for TCHMDatabase, from Anton
git-svn-id: trunk@42119 -
2013-07-17 18:02:28 +00:00
mattias
09090bf7a2 chmhelp: icon for TCHMDatabase, from Anton
git-svn-id: trunk@42118 -
2013-07-17 18:01:56 +00:00
mattias
c8b8e6cd61 turbopoweripro: fix NOBR tag handling in IProHtml, from Anton, bug #24755
git-svn-id: trunk@42117 -
2013-07-17 17:41:21 +00:00
sekelsenmat
a134f0af35 fpvectorial-eps: Fixes a regression in fttest.eps
git-svn-id: trunk@42116 -
2013-07-17 12:17:35 +00:00
juha
72eac91527 IDE: automatically created XML header in lazarus.lpi
git-svn-id: trunk@42115 -
2013-07-17 10:12:59 +00:00
juha
b3e2c62f6b IDE: filter the all compiler options list properly using recursion.
git-svn-id: trunk@42114 -
2013-07-17 10:12:32 +00:00
paul
a402774cac ide: use MainFormOnTaskBar for the lazarus application
git-svn-id: trunk@42113 -
2013-07-17 08:01:59 +00:00
paul
c93aa0be7b win32: when we redirect an application.handle message check the window state of the handle window in case of minimize and the sate of the main window in other cases
git-svn-id: trunk@42112 -
2013-07-17 06:13:05 +00:00
paul
5a5a3e4448 win32: group a condition and write a comment why it is needed
git-svn-id: trunk@42111 -
2013-07-17 03:40:29 +00:00
mattias
e3926122ff lazutils: laz2_write: write encoding UTF-8
git-svn-id: trunk@42110 -
2013-07-16 12:33:08 +00:00
juha
1b54c67e54 IDE: remove useless param in options parser.
git-svn-id: trunk@42109 -
2013-07-16 09:43:06 +00:00
mattias
3bef6f6695 lazutils: nicer unit name
git-svn-id: trunk@42108 -
2013-07-16 09:42:56 +00:00
juha
f61ff150c5 IDE: Don't use abstract method in an initialized class in all options parser.
git-svn-id: trunk@42107 -
2013-07-16 09:28:30 +00:00
paul
0286c2485a lcl:
- call resizing without checking for the state change
- don't all resizing when the change does not come from the interface

git-svn-id: trunk@42106 -
2013-07-16 09:19:07 +00:00