Commit Graph

31833 Commits

Author SHA1 Message Date
martin
b2d943371e SrcEdit: fix utf8 issue in incremental search. issue #0020288
git-svn-id: trunk@32409 -
2011-09-18 18:07:32 +00:00
ask
c304336bb0 TAChart: Use AccumulationDirection in the source demo
git-svn-id: trunk@32408 -
2011-09-18 15:28:09 +00:00
ask
dfb6783a88 TAChart: Implement AccumulationDirection for derivative source. Add tests.
git-svn-id: trunk@32407 -
2011-09-18 15:26:05 +00:00
martin
d2497a764a DBG: Tests
git-svn-id: trunk@32406 -
2011-09-18 14:11:08 +00:00
martin
881e94e98d DBG: Do not set breakpoints past end of unit. Issue #0020264 (Thanks to Ludo Brands)
git-svn-id: trunk@32405 -
2011-09-18 14:08:09 +00:00
martin
26a6a97e57 DBG: More info/options on break for exception/run-error (missing file)
git-svn-id: trunk@32404 -
2011-09-18 13:01:48 +00:00
martin
3afc124a8a IDE: debug/complier-options dialog: upgrading for -gh -gv
git-svn-id: trunk@32403 -
2011-09-18 12:20:20 +00:00
martin
42a939bb39 IDE: debug/complier-options dialog: fix upgrading settings that had only -gl
git-svn-id: trunk@32402 -
2011-09-18 12:14:01 +00:00
martin
0bd154bb35 IDE: debug/complier-options dialog: fix upgrading settings that had only -gl
git-svn-id: trunk@32401 -
2011-09-18 12:06:38 +00:00
martin
b206291f65 DBG: More info/options on break for exception/run-error
git-svn-id: trunk@32400 -
2011-09-18 11:53:34 +00:00
paul
d04061a144 lcl: replace UTF8String to AnsiString
git-svn-id: trunk@32399 -
2011-09-18 11:36:48 +00:00
ask
3b18b3adee TAChart: Refactor TCalculatedChartSource.ExtractItem/GetOriginItem
git-svn-id: trunk@32398 -
2011-09-18 11:07:28 +00:00
mattias
0ed375aea1 codetools: local var assignment completion: operator assignments += -= *= /*, feature 20282
git-svn-id: trunk@32397 -
2011-09-18 10:17:42 +00:00
ask
27ff423301 TAChart: Add TCalculatedChartSource.AccumulationDirection property. Add tests.
git-svn-id: trunk@32396 -
2011-09-18 10:13:40 +00:00
juha
60590c7530 LCL: Add function FindAllDirectories. Issue #20278, patch from Antônio Galvão
git-svn-id: trunk@32395 -
2011-09-18 08:46:14 +00:00
dodi
b62f704864 LCL docs: removed duplicate entries, moved more arguments to procedures
git-svn-id: trunk@32394 -
2011-09-18 02:43:28 +00:00
zeljko
b21be873d3 LCL: Added TGraphicControl.VisuallyEnabled to track if control is really visually enabled (eg Enabled=True but Parent is disabled) during checking Enabled property inside paint and mouse methods.fixes issue #20247
git-svn-id: trunk@32393 -
2011-09-17 19:42:30 +00:00
martin
1cb835eb35 DBG: Improved: Cancel no longer required steps (continue next step)
git-svn-id: trunk@32392 -
2011-09-17 19:23:26 +00:00
martin
d7418bc9aa Dbg: Refactor nested-proc/parent-frame handling; fix nested proc, if not starting at top frame
git-svn-id: trunk@32391 -
2011-09-17 19:15:17 +00:00
martin
77825e7849 Dbg: Fix a race condition, nil pointer access
git-svn-id: trunk@32390 -
2011-09-17 17:43:15 +00:00
juha
7e8d161edb LCL: Register some properties to skip for Delphi compatibility.
git-svn-id: trunk@32389 -
2011-09-17 16:32:48 +00:00
martin
4b91967012 DBG: Fixed, evaluating watches in correct stackframe after exception
git-svn-id: trunk@32388 -
2011-09-17 16:05:11 +00:00
juha
1e39ce6cf8 Fix comments in FilterEdit components.
git-svn-id: trunk@32387 -
2011-09-17 15:36:48 +00:00
juha
be020b3ccc LCL: fix comments in fileutil.inc
git-svn-id: trunk@32386 -
2011-09-17 15:36:38 +00:00
juha
19ff95d4e6 IDE: set CommonsDividerBevel.AutoSize := True in Build Lazarus dialog.
git-svn-id: trunk@32385 -
2011-09-17 15:36:23 +00:00
dodi
ea023d8a30 LCL docs: controls.xml moved arguments to procedures
git-svn-id: trunk@32384 -
2011-09-17 15:14:40 +00:00
martin
99ad9b8ba1 Debugger, Watches: Store column width (missing file)
git-svn-id: trunk@32383 -
2011-09-17 13:38:25 +00:00
martin
d0c22113e6 Debugger, Watches: Store column width
git-svn-id: trunk@32382 -
2011-09-17 13:25:19 +00:00
dodi
b93cbd8178 LCL docs: controls.xml synced with source
git-svn-id: trunk@32381 -
2011-09-17 11:36:26 +00:00
martin
63a6d0bb60 IDE, DBG: Starting on DebuggerConfigStorage
git-svn-id: trunk@32380 -
2011-09-17 11:32:32 +00:00
martin
a829d4e499 IDE: debug/complier-options dialog: make -gl depend on debug-info
git-svn-id: trunk@32379 -
2011-09-17 10:36:14 +00:00
juha
e6fc44167c IDE: rename UseProjectUnit -> UseUnit
git-svn-id: trunk@32378 -
2011-09-17 08:57:57 +00:00
juha
822e5e8cda IDE: formatting
git-svn-id: trunk@32377 -
2011-09-17 08:46:30 +00:00
juha
ac45fa23b2 IDE: Add "Use Unit" menu item to editor's local menu. Rename 2 vars.
git-svn-id: trunk@32376 -
2011-09-17 08:46:04 +00:00
juha
2fbfdf79cf IDE: Improve Build Lazarus dialog layout a bit more. Issue #20244
git-svn-id: trunk@32375 -
2011-09-17 06:47:45 +00:00
paul
6032c0b3b2 don't use UTF8String type in the code. It will cause problems when cpstrenew branch is merged
git-svn-id: trunk@32374 -
2011-09-17 02:21:48 +00:00
martin
254fe49a24 IDE: Improve debug/complier-options dialog
git-svn-id: trunk@32373 -
2011-09-16 23:03:13 +00:00
martin
a9a3e13ff5 LCL: fixed range check on win
git-svn-id: trunk@32372 -
2011-09-16 22:36:01 +00:00
juha
9c295a44e2 Fixed my own error in r32355 #ae9dead608. The original patch from Andrew G. Khodotov was correct.
git-svn-id: trunk@32371 -
2011-09-16 20:04:02 +00:00
martin
6ddc1c8152 SynEdit: add color setting for visualized special chars (whitespace)
git-svn-id: trunk@32370 -
2011-09-16 16:35:27 +00:00
martin
783bdfd9d0 IDE: add color setting for visualized special chars (whitespace)
git-svn-id: trunk@32369 -
2011-09-16 16:23:19 +00:00
martin
e5ce00364c SynEdit: add color setting for visualized special chars (whitespace)
git-svn-id: trunk@32368 -
2011-09-16 16:22:38 +00:00
martin
cd46dbb0ae IDE: Fix function results, for refactor rev 32347 #a23438a510
git-svn-id: trunk@32367 -
2011-09-16 16:04:21 +00:00
martin
5d4ecfb12e SynEdit TEST: Improved highlight for static
git-svn-id: trunk@32366 -
2011-09-16 12:16:24 +00:00
martin
5a9699ecae SynEdit: Improved highlight for static
git-svn-id: trunk@32365 -
2011-09-16 12:16:13 +00:00
ask
4c3a22cbc2 TAChart: Fix SIGFPE with incorrect values of Intervals.NiceSteps
git-svn-id: trunk@32364 -
2011-09-16 09:32:56 +00:00
juha
a31b96ae04 IDE: fix layout anchors of some dialogs and frames. Issue #20244
git-svn-id: trunk@32363 -
2011-09-16 09:10:14 +00:00
martin
77a7deba0c SynEdit: allow selection of visible special chars
git-svn-id: trunk@32362 -
2011-09-16 09:01:13 +00:00
martin
9eb5aff8c7 IDE, SrcEdit: fix syncro mode detection
git-svn-id: trunk@32361 -
2011-09-15 20:59:25 +00:00
martin
c3c8798055 SynEdit: Syncro, add callbacks for edit mode start/stop
git-svn-id: trunk@32360 -
2011-09-15 20:58:07 +00:00