Commit Graph

53043 Commits

Author SHA1 Message Date
mattias
ff31eb07db IDE: fixed parameter hint auto completion when closing bracket is missing, bug #32736
git-svn-id: trunk@56517 -
2017-11-27 21:53:30 +00:00
mattias
18a2d7544e codetools: test FindCodeContext with missing close bracket
git-svn-id: trunk@56516 -
2017-11-27 21:52:57 +00:00
mattias
5a96d17edc IDE: less hints
git-svn-id: trunk@56515 -
2017-11-27 21:31:19 +00:00
mattias
775c5e6b04 codetools: clean up
git-svn-id: trunk@56514 -
2017-11-27 21:30:31 +00:00
mattias
2b911c68c1 codetools: FindCodeContext of attribute params
git-svn-id: trunk@56513 -
2017-11-27 21:29:04 +00:00
mattias
4a688b6468 codetools: added test for FindCodeContext of attribute params
git-svn-id: trunk@56512 -
2017-11-27 21:28:50 +00:00
mattias
fa28ac6748 codetools: added test FindCodeContext for proc type
git-svn-id: trunk@56511 -
2017-11-27 16:24:59 +00:00
mattias
60dce6d601 codetools: parse delphi generic inside generic
git-svn-id: trunk@56510 -
2017-11-27 16:15:57 +00:00
mattias
c1d0ee32a3 codetools: test parse delphi generic inside generic
git-svn-id: trunk@56509 -
2017-11-27 16:15:44 +00:00
mattias
c6cafa62ff codetools: parse generic param list of non generic record
git-svn-id: trunk@56508 -
2017-11-27 15:07:46 +00:00
mattias
37c6ae0b00 codetools: added test for mode delphi generic proc inside normal record
git-svn-id: trunk@56507 -
2017-11-27 15:00:54 +00:00
mattias
c43215a213 codetools: added TCodeContextInfoItem.AsDebugString
git-svn-id: trunk@56506 -
2017-11-27 14:41:27 +00:00
mattias
0d87d46948 codetools: added test for FindCodeContext procs
git-svn-id: trunk@56505 -
2017-11-27 13:50:11 +00:00
michl
f2599a9873 LCL: GetMessageName adding missed CM_ and CN_ messages
git-svn-id: trunk@56504 -
2017-11-27 11:50:02 +00:00
balazs
a7bbd145e9 Opkman: Preserve compatibility with older version(TPackageType/TLazPackageType).
git-svn-id: trunk@56503 -
2017-11-27 08:22:33 +00:00
maxim
e7e4c0547f IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@56502 -
2017-11-26 21:37:42 +00:00
maxim
165f4519b7 IDE: fixed typos
git-svn-id: trunk@56501 -
2017-11-26 21:33:43 +00:00
wp
fcf86240a0 TAChart: Make default legend entry of TColorMapSeries globally available.
git-svn-id: trunk@56500 -
2017-11-26 21:25:32 +00:00
wp
45fc658a8d IDE: New HiRes palette icons by Roland Hahn for database-related components
git-svn-id: trunk@56499 -
2017-11-26 18:24:42 +00:00
wp
1e7485ae97 TAChart: Undo r56495 #0ced9ed347. Fix related issue in a way which does not affect TExpressionSeries.
git-svn-id: trunk@56498 -
2017-11-26 09:52:58 +00:00
wp
6bfac0b4b1 TAChart: Fix compilation of html demo by making Windows-only package TADrawerWMF usable as (empty) requirement also in other OSs.
git-svn-id: trunk@56497 -
2017-11-25 23:02:32 +00:00
wp
130b9d9510 TAChart: Less hints.
git-svn-id: trunk@56496 -
2017-11-25 22:56:35 +00:00
wp
0ced9ed347 TAChart: Fix TFuncSeries crashing if x-Extent is set at design-time (bug added by #56335)
git-svn-id: trunk@56495 -
2017-11-25 22:21:16 +00:00
martin
fde0802695 Debugger: remove/replace wrong assert. Filename may start with ./ (e.g. ./subfolder/file.pas ), if project has files in subfolder (maybe it is possible to omit trimfilename ?)
git-svn-id: trunk@56494 -
2017-11-25 12:20:13 +00:00
wp
1401108152 TAChart: Fix margins if barseries displays marks
git-svn-id: trunk@56492 -
2017-11-25 10:36:41 +00:00
juha
7a76a4c728 Printer4Lazarus: Fix header comments. Fix license text in CupsDyn unit to match other units and the package itself.
git-svn-id: trunk@56491 -
2017-11-25 10:20:02 +00:00
wp
59e3f04835 TAChart: Fix RandomChartSource crashing if PointsNumber is 1.
git-svn-id: trunk@56490 -
2017-11-24 21:52:39 +00:00
juha
c4f8616371 LCL: Change a counter to boolean FTextChangedLock, used for firing events right. Issue #32630.
git-svn-id: trunk@56489 -
2017-11-24 20:44:02 +00:00
juha
3f7ccb5d63 LCL: Delete the pcfDelphi* and pcfKylix* clipboard formats. Issue #27194.
git-svn-id: trunk@56488 -
2017-11-24 18:02:15 +00:00
mattias
cb90757df0 codetools: fixed parsing deprecated
git-svn-id: trunk@56486 -
2017-11-24 17:45:42 +00:00
mattias
da085a91ea codetools: test parsing deprecated
git-svn-id: trunk@56485 -
2017-11-24 17:45:31 +00:00
wp
657fd446fc turbopower_ipro: New HiRes component palette icons by Roland Hahn
git-svn-id: trunk@56484 -
2017-11-24 17:42:19 +00:00
mattias
a1d1851470 lcl: TTreeNode: increase Owner.Count on add, not on create, Delphi compatibility, bug #24477
git-svn-id: trunk@56483 -
2017-11-24 16:55:03 +00:00
mattias
c9af6fa9ba lcl: TTreeView: cleaned up TNodeState, removed not used nsInTree, added nsVisible
git-svn-id: trunk@56482 -
2017-11-24 16:50:16 +00:00
juha
4fab6dcb04 Packager: Add online packages to the "New Requirement" dialog. Issue #32723, patch from Balázs.
git-svn-id: trunk@56481 -
2017-11-24 11:34:42 +00:00
wp
a7a827f49e TAChart: Fix incorrect extent calculation by TOpenHighLowCloseSeries.
git-svn-id: trunk@56480 -
2017-11-24 08:26:54 +00:00
mattias
7060f8549c codetools: clean up
git-svn-id: trunk@56479 -
2017-11-24 00:11:26 +00:00
mattias
de5a31e9b5 codetools: fixed parsing delphi specialized interface ancestor, bug #32715
git-svn-id: trunk@56477 -
2017-11-23 23:53:58 +00:00
mattias
c9a3a1cfe0 codetools: tests: parse delphi specialized interface ancestor
git-svn-id: trunk@56476 -
2017-11-23 23:53:03 +00:00
wp
99b950057f TAChart: Introduce default value of property TOpenHighLowCloseSeries.Mode
git-svn-id: trunk@56475 -
2017-11-23 18:21:21 +00:00
juha
d615063766 Packager: Improve creating packagelinks for online packages. Issue #32719, patch from Balázs.
git-svn-id: trunk@56474 -
2017-11-23 14:17:03 +00:00
wp
3dfca3521a LCL: Prevent rotated font from being detected as default font (patch by Michl)
git-svn-id: trunk@56473 -
2017-11-23 14:06:04 +00:00
mattias
fbcfb574e4 codetools: fixed parsing till initialization start
git-svn-id: trunk@56472 -
2017-11-23 12:05:57 +00:00
mattias
a816c9155d codetools: test find declaration in initialization
git-svn-id: trunk@56471 -
2017-11-23 12:05:26 +00:00
balazs
c55c710790 Opkman: Small bug fix.
git-svn-id: trunk@56470 -
2017-11-23 04:42:54 +00:00
jesus
39553de54e LCL, dbgrids: dgDisplayMemoText allows field editing too.
git-svn-id: trunk@56469 -
2017-11-22 21:51:48 +00:00
balazs
7278c5ac87 Opkman: Changing RepositoryDate from TDate to TDateTime to match packagelink LPKFileDate.
git-svn-id: trunk@56468 -
2017-11-22 13:13:39 +00:00
mattias
0a6fb60c9f lcl: gtk2: trayicon fixed missing nil parameter
git-svn-id: trunk@56466 -
2017-11-22 12:42:22 +00:00
mattias
727afc4dbd codetools: changed TAtomRing to support longer ring, full two way
git-svn-id: trunk@56465 -
2017-11-22 10:58:30 +00:00
balazs
9e0016b0cf Opkman: Fixing issues caused by the TPackageType/TLazPackageType switch. Also fixed packagelist.json in the main repository.
git-svn-id: trunk@56464 -
2017-11-22 06:17:05 +00:00