mattias
a9dfc70468
ide: updated url of fpdoc xml files
2025-01-05 17:55:16 +01:00
Martin
6e858619fd
IDE: Display a HTML hind, even if codetools fails. (for debugger). Issue #40923
2024-10-03 13:55:17 +02:00
Martin
d40c952fa7
Ide: Move more units into ide-packages, project / packager
2024-04-11 23:46:56 +02:00
Juha
eb6ba60940
IDE: Don't show inline comments in code tooltip if FPDoc content is available. Issue #14384 , patch by Don Siders.
2024-03-11 01:24:15 +02:00
mattias
3d5b43f3b1
ide: using SearchFileInSearchPath
2023-08-03 07:08:41 +02:00
Juha
636e902e6a
Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package.
2023-07-23 22:34:21 +03:00
Juha
e65a102527
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
2023-07-07 17:39:03 +03:00
Juha
e045ba01d2
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
2023-06-18 14:57:06 +03:00
mattias
033c256b3a
ide: less hints
2023-06-12 06:49:22 +02:00
Juha
1475336c8c
Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils).
2023-06-05 15:48:01 +03:00
wp_xyz
94bf3842ea
IDE/CodeHelp: Adds missing FPDoc tags to TCodeHelpManager.GetFPDocNodeAsHTML. Patch by Don Siders. Issue #40112 .
2023-02-07 16:46:34 +01:00
Martin
bf4114c8ca
EnvironmentOpts: remove dependency on IdeProcs
2022-12-08 16:05:03 +01:00
mattias
231700f9fa
ide: codehelp search fpdoc case sensitive
2022-05-29 19:22:01 +02:00
Juha
e758dbf2da
IDE: Disable excessive debug output from CodeHelpManager.
2022-03-09 10:46:52 +02:00
maxim
91e1a5a741
Reverted r65252 #caf1ee88ad: IDE: Add '.' to tooltip help if missing. Issue #39004 , patch by CudaText man.
...
This caused a regression (bug #39011 ), and descriptions themselves had been corrected instead in order to have correct punctuation in all help output formats (CHM, HTML etc.)
git-svn-id: trunk@65276 -
2021-06-18 20:39:19 +00:00
juha
caf1ee88ad
IDE: Add '.' to tooltip help if missing. Issue #39004 , patch by CudaText man.
...
git-svn-id: trunk@65252 -
2021-06-16 21:38:38 +00:00
juha
20c5ac47c0
IDE: Use a faster compare method for case-insensitive strings and StringLists.
...
git-svn-id: trunk@64440 -
2021-01-29 19:59:04 +00:00
martin
084616c388
CodeTools: Speed up TextToHTML for large text. Issue #037561
...
git-svn-id: trunk@63738 -
2020-08-15 02:29:39 +00:00
martin
4e464f7e06
IDE: Revert - FpDoc, preserve spaces in user xml (build in fpdoc editor)
...
git-svn-id: trunk@63300 -
2020-06-05 17:12:32 +00:00
martin
fe4c81bb95
IDE: FpDoc, preserve spaces in user xml (build in fpdoc editor)
...
git-svn-id: trunk@63299 -
2020-06-05 12:52:14 +00:00
juha
3574bdfb6d
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
...
git-svn-id: trunk@58244 -
2018-06-13 13:59:07 +00:00
juha
f440f660a2
Refactor: move CompareMethods to LazMethodList. Keep alias in LCLProc.
...
git-svn-id: trunk@58204 -
2018-06-09 14:39:36 +00:00
juha
635343f2b8
IDE: Make short and long codehelp descriptions distinctive by a <hr> in OI InfoBox.
...
git-svn-id: trunk@55310 -
2017-06-10 16:30:24 +00:00
juha
a174095481
IDE: Turn TCodeHelpHintOption chhoNoComments into positive chhoComments for consistency.
...
git-svn-id: trunk@55309 -
2017-06-10 16:30:22 +00:00
juha
412bf43f42
IDE: Support HTML lists, <ul> and <li> tags in TCodeHelpManager. Issue #31991 .
...
git-svn-id: trunk@55307 -
2017-06-10 16:30:19 +00:00
mattias
34b48ac437
IDE: fixed result
...
git-svn-id: trunk@55219 -
2017-06-04 20:35:01 +00:00
juha
e27232d4cc
Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled.
...
git-svn-id: trunk@55211 -
2017-06-04 15:14:29 +00:00
juha
ffa67e0ff4
Fix compilation of Codetools examples and wiki test project. Clean uses sections.
...
git-svn-id: trunk@54563 -
2017-04-07 19:02:11 +00:00
juha
e800a738ad
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
...
The unit in FPC packages will be used directly later.
git-svn-id: trunk@54524 -
2017-04-05 08:34:48 +00:00
joost
1de2cbf586
general: Updated address of the Free Software Foundation in copyright messages
...
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
mattias
f9e5f4cbdf
IDE: code help: improved debug message
...
git-svn-id: trunk@53346 -
2016-11-11 18:01:33 +00:00
mattias
a8c1a0eee4
IDE: help: fixed normalizing path separators
...
git-svn-id: trunk@53223 -
2016-10-26 16:42:54 +00:00
bart
2a41a0e2f4
Fix spelling errors. Issue #0030258 . Patch by Paul Gevers.
...
git-svn-id: trunk@52489 -
2016-06-12 16:07:57 +00:00
mattias
44e40b779d
IDE: code help: if ndoe in include file show link to unit
...
git-svn-id: trunk@51596 -
2016-02-11 11:41:40 +00:00
juha
08c9621520
Change order of used units so that "deprecated" warnings are not triggered.
...
git-svn-id: trunk@49612 -
2015-08-07 17:20:40 +00:00
juha
22ea26d2cc
IDE: Format a comment shown in code tooltip better. Issue #28430 , patch from Yann Mérignac.
...
git-svn-id: trunk@49583 -
2015-08-01 08:48:43 +00:00
juha
653b5dd43a
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
...
git-svn-id: trunk@49504 -
2015-07-07 11:43:38 +00:00
mattias
eec44bce79
codetools: add compiler functions into system., filter predefined compiler functions, patch #28320
...
git-svn-id: trunk@49474 -
2015-06-30 09:22:06 +00:00
mattias
699bdb9e8f
codetools: class helpers: find declaration and code completion, patch #28266 , from Ondrej Pokorny
...
git-svn-id: trunk@49405 -
2015-06-22 10:02:11 +00:00
juha
f736aee269
CodeHelp: Check for FPDocFile.Filename instead of Path which was not initialized.
...
git-svn-id: trunk@48482 -
2015-03-24 17:52:34 +00:00
juha
7003a55fb6
ToDo items for some uninitialized variables and other problems found by the compiler.
...
git-svn-id: trunk@48452 -
2015-03-22 10:17:59 +00:00
juha
708afdf966
Fix uninitialized variables and other problems found by the compiler.
...
git-svn-id: trunk@48451 -
2015-03-22 10:17:35 +00:00
mattias
1cf6b4b937
IDE: clean up
...
git-svn-id: trunk@48351 -
2015-03-15 08:41:24 +00:00
mattias
b98e5b914f
IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4
...
git-svn-id: trunk@48228 -
2015-03-10 15:28:11 +00:00
mattias
f69dd2379e
IDE: clean up
...
git-svn-id: trunk@48198 -
2015-03-10 12:02:19 +00:00
juha
abf9a845da
Deprecate wrappers for LazUTF8 functions in LCLProc.
...
git-svn-id: trunk@47604 -
2015-02-06 18:25:31 +00:00
reiniero
bea823d0d7
* Cosmetic: comments/debugln output
...
git-svn-id: trunk@46554 -
2014-10-14 14:05:30 +00:00
mattias
160cd91c5a
IDE: clean up old external tools
...
git-svn-id: trunk@45945 -
2014-07-20 20:02:40 +00:00
juha
a912107bf0
IDE: More hard-coded quotations in resourcestrings.
...
git-svn-id: trunk@45520 -
2014-06-15 11:52:15 +00:00
juha
75b7c1bd1e
IDE: Use hard-coded quotation in some resourcestrings instead of %s parameters.
...
Makes Format() calls and translations easier although initially creates fuzzy lines in PO files.
git-svn-id: trunk@45519 -
2014-06-15 11:52:01 +00:00