Commit Graph

146 Commits

Author SHA1 Message Date
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
mattias
791dda33f3 IDE: package editor: move files: find res files
git-svn-id: trunk@45483 -
2014-06-12 11:05:58 +00:00
mattias
403ed545d1 IDE: enabled new external tools by default, use old code with -dEnableOldExtTools
git-svn-id: trunk@45396 -
2014-06-08 10:19:28 +00:00
mattias
93e4daeabd IDE: code help: combine pascal comments which are near together, issue #25506
git-svn-id: trunk@44461 -
2014-03-17 19:56:24 +00:00
mattias
f5fa4b3ffe IDE: further migration external tools
git-svn-id: trunk@42293 -
2013-08-03 19:07:12 +00:00
mattias
a3c0c0d439 IDE: further migration external tools
git-svn-id: trunk@42292 -
2013-08-03 18:39:14 +00:00
mattias
a77679e736 IDE: codehelp: nobr for fpdoc hints
git-svn-id: trunk@42121 -
2013-07-17 20:34:19 +00:00
mattias
ea5032ad89 IDE: code hints: fixed showing ancestor docs in same units
git-svn-id: trunk@41814 -
2013-06-23 11:31:47 +00:00
mattias
efec9f2a26 IDE: replaced some MessageDlg with IDEMessageDialog
git-svn-id: trunk@41497 -
2013-06-02 17:27:09 +00:00
juha
154590fc1b IDE: show property's class, name and type in OI StatusBar.
git-svn-id: trunk@41380 -
2013-05-24 08:23:49 +00:00
juha
202b33fcb8 IDE: cleanup, formatting
git-svn-id: trunk@41366 -
2013-05-23 11:37:29 +00:00
juha
b2b2b825a6 IDE: Make the small OI hint pane more useful by moving package name down and leaving out a description header.
git-svn-id: trunk@41361 -
2013-05-22 16:50:22 +00:00
juha
672f5bd862 Replace #13 with LineEnding in many messages. It didn't show correctly on Linux systems.
git-svn-id: trunk@38633 -
2012-09-13 06:39:56 +00:00
mattias
39b3b28657 IDE: fpdoc editor: ignore spaces when searching elements
git-svn-id: trunk@36254 -
2012-03-23 09:32:41 +00:00
mattias
829b02a095 IDE: fpdoc editor: fixed unitialized function results when fpdoc xml has no module
git-svn-id: trunk@36252 -
2012-03-23 09:18:03 +00:00
mattias
c11634ce19 IDE: resolving macros for lazarusdir, fpcsrcdir
git-svn-id: trunk@36202 -
2012-03-21 23:41:07 +00:00
mattias
ad34273ce0 IDE: env opts: fpdoc paths: use standard function to expand
git-svn-id: trunk@36062 -
2012-03-16 01:35:08 +00:00
mattias
3e9e907062 IDE: switched to new laz2_xml
git-svn-id: trunk@35937 -
2012-03-13 20:55:43 +00:00
mattias
de85f6cc4c IDE: checked all places where TPkgFile.Filename should use GetFullFilename, save package files on save package
git-svn-id: trunk@35382 -
2012-02-15 22:28:12 +00:00
mattias
431bef0ffe IDE: fpdoceditor: preserve space of other elements, current element needs special
git-svn-id: trunk@35253 -
2012-02-08 23:49:00 +00:00
mattias
c9ffd2f60c IDE: resolve macros in project title
git-svn-id: trunk@35044 -
2012-01-31 00:22:13 +00:00
mattias
4be5c93609 IDE: fpdoc editor: create fpdoc files for fpc units
git-svn-id: trunk@34847 -
2012-01-21 17:23:50 +00:00
mattias
e588d500e4 IDE: fpdoc package name: allow only valid characters
git-svn-id: trunk@34828 -
2012-01-20 22:52:57 +00:00
mattias
817dce013f IDE: project: added option to set the fpdoc package name
git-svn-id: trunk@34826 -
2012-01-20 22:39:37 +00:00
mattias
b83e461a60 IDE: packages: added option to set the fpdoc package name
git-svn-id: trunk@34823 -
2012-01-20 16:58:15 +00:00
mattias
dedcacd54d IDE: renamed some lazdoc to fpdoc
git-svn-id: trunk@34822 -
2012-01-20 16:37:34 +00:00
mattias
b76c5cf019 IDE: code help hint: show elements pre, table, tr, th, td
git-svn-id: trunk@33796 -
2011-11-26 11:19:08 +00:00
mattias
ba97db223f IDE: change lazarus dir, fixed reloading lpl, reload lpk in topological order
git-svn-id: trunk@33183 -
2011-10-30 18:17:19 +00:00
mattias
edeaa59964 lazutils: started lazutf8, lazfileutil, lazfilecache
git-svn-id: trunk@32678 -
2011-10-04 22:42:44 +00:00
mattias
c4c9810ea4 IDE: added XMLUnescape function
git-svn-id: trunk@32635 -
2011-10-03 00:04:12 +00:00
mattias
10329ea87b codetools+tests: function to fix xml attribute values
git-svn-id: trunk@32634 -
2011-10-02 23:18:22 +00:00