Commit Graph

681 Commits

Author SHA1 Message Date
juha
e4a55ee0a5 IDE: Change order of source editor menu items to prevent accidental "copy filename" instead of "paste". Issue #26841, patch from ocean.
git-svn-id: trunk@46515 -
2014-10-11 07:42:23 +00:00
jesus
428a961779 ide: icons for some windows titles
git-svn-id: trunk@46069 -
2014-08-24 01:03:17 +00:00
mattias
160cd91c5a IDE: clean up old external tools
git-svn-id: trunk@45945 -
2014-07-20 20:02:40 +00:00
juha
ba96b04000 IdeIntf: use 2 hint windows in THintWindowManager, one for text and one for rendered HTML.
git-svn-id: trunk@45938 -
2014-07-20 18:27:21 +00:00
juha
91cc270510 IDE: remove one more deprecated method TSourceNotebook.ClearErrorLines.
git-svn-id: trunk@45881 -
2014-07-15 17:28:54 +00:00
juha
62736bacb8 IDE: Move hint stuff from TSourceNotebook to TSourceEditorManager. Only one hint is shown at a time anyways.
git-svn-id: trunk@45841 -
2014-07-12 14:19:35 +00:00
juha
a4ee0ab208 IDE: Make source editor use the new HintManager class.
git-svn-id: trunk@45828 -
2014-07-11 16:31:23 +00:00
juha
5a97e101a6 IDE: remove methods that were deprecated already for Lazarus 0.9.x
git-svn-id: trunk@45787 -
2014-07-05 14:56:40 +00:00
maxim
4d11394a55 IDE: replaced formatting arguments with line breaks in license notices, patch by Vaclav Valicek with some changes, bug #26394
git-svn-id: trunk@45754 -
2014-07-02 20:57:23 +00:00
juha
66b020d836 IDE: Create a help control + provider only once for each HintWindow and let the Owner free them. Prevents crashes. Issue #20202 (since 2011 :)
git-svn-id: trunk@45750 -
2014-07-02 13:57:53 +00:00
juha
46bd124a68 IDE: formatting
git-svn-id: trunk@45749 -
2014-07-02 13:57:48 +00:00
juha
0bb3949faa IDE: move a piece of common code to TSourceEditorManager.
git-svn-id: trunk@45688 -
2014-06-27 08:35:44 +00:00
mattias
3b62c88f2c IDE: drop files: form events instead of application
git-svn-id: trunk@45558 -
2014-06-16 22:17:26 +00:00
juha
a912107bf0 IDE: More hard-coded quotations in resourcestrings.
git-svn-id: trunk@45520 -
2014-06-15 11:52:15 +00:00
mattias
dc1a43e93c IDE: less debugln
git-svn-id: trunk@45504 -
2014-06-13 21:23:03 +00:00
mattias
4a7c59accf IDE: source editor: after adding a func() show parameter hints, patch #25911
git-svn-id: trunk@45421 -
2014-06-09 08:08:50 +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
d6f8eaac1f IDE: messages: gutter hints for messages
git-svn-id: trunk@45354 -
2014-06-05 10:55:53 +00:00
mattias
265437409b IDE: source editor: right click gutter: use first mark
git-svn-id: trunk@45352 -
2014-06-05 09:01:06 +00:00
juha
258ea1153d IDE: Remove some duplicate resource strings.
git-svn-id: trunk@45325 -
2014-06-03 19:01:24 +00:00
mattias
8db63f148a IDE: insert license notice: allow translators to add paragraph
git-svn-id: trunk@45303 -
2014-06-02 10:25:59 +00:00
mattias
f71773d3f0 messages: quickfix items in src
git-svn-id: trunk@45290 -
2014-06-01 18:24:20 +00:00
mattias
213a34d083 messages: quickfix items in src
git-svn-id: trunk@45289 -
2014-06-01 18:17:15 +00:00
mattias
4e49bc99a1 IDE: clean up
git-svn-id: trunk@45273 -
2014-05-31 23:20:10 +00:00
mattias
e7674e7143 IDE: messages: update on create synedit
git-svn-id: trunk@45260 -
2014-05-31 21:47:31 +00:00
mattias
ed073ee911 IDE: messages: update on source editor changes
git-svn-id: trunk@45255 -
2014-05-31 11:41:54 +00:00
mattias
f3a8270e7d IDE: insert license notice commands: split into English and translated items
git-svn-id: trunk@45219 -
2014-05-29 09:43:07 +00:00
mattias
bac9fc0689 IDE: clean up
git-svn-id: trunk@44851 -
2014-04-30 12:51:40 +00:00
martin
e4cb2bf908 IDE, SourceEditor: Hide CodeContext hint on tab-change, minimize and app-deactivate
git-svn-id: trunk@44802 -
2014-04-24 00:33:42 +00:00
martin
a37ff8d09e Do not move source editor, on tab changes, codetool completion or similar actions. Issue #0026051
git-svn-id: trunk@44801 -
2014-04-24 00:04:19 +00:00
martin
a49efad04b IDE, SourceEditor: Fixed: Do not jump to error, if hint is triggered by typing "("
git-svn-id: trunk@44735 -
2014-04-15 15:07:11 +00:00
martin
dd27f42211 IDE: auto show the param hint for functions. Patch by David Zimmer
git-svn-id: trunk@44464 -
2014-03-18 12:50:04 +00:00
mattias
5a07230297 IDE: clean up
git-svn-id: trunk@44146 -
2014-02-18 18:47:15 +00:00
martin
e38b958e04 Debugger/DbgIntf: Moved code to DebuggerIntf package
git-svn-id: trunk@44097 -
2014-02-16 14:29:53 +00:00
martin
3f415797e4 Debugger: put some common types into DbgIntf
git-svn-id: trunk@44079 -
2014-02-15 01:31:30 +00:00
martin
4b9b1ad7c6 IDE: Editor-Options: mark if/then/else as word pair (triplet) / allow any keyword pair to be switched
git-svn-id: trunk@43813 -
2014-01-26 15:16:36 +00:00
martin
85ab415159 SrcEdit: workaround for Mac QueueAsync bug
git-svn-id: trunk@43307 -
2013-10-23 15:26:46 +00:00
martin
c3cd2af441 ScrEdit: More debugln
git-svn-id: trunk@43297 -
2013-10-21 00:32:31 +00:00
martin
105b722022 ScrEdit: More debugln
git-svn-id: trunk@43296 -
2013-10-21 00:29:42 +00:00
martin
7bebe705b0 SourceEdit: Set ifdef (on tab change) after dec-paintlock)
git-svn-id: trunk@43160 -
2013-10-07 16:18:08 +00:00
paul
7f4caeb374 ide, components: move images related code to use FPC resource instead of Lazarus resources
git-svn-id: trunk@42984 -
2013-09-27 12:27:04 +00:00
mattias
fbfe792239 IDE: less output
git-svn-id: trunk@42893 -
2013-09-20 08:30:27 +00:00
mattias
2411ff6a72 IDE: fixed complete block on char, fixed codebrowser check if something changed
git-svn-id: trunk@42866 -
2013-09-18 21:08:22 +00:00
mattias
c0dac09b7f IDE: fixed complete block, bug #24935
git-svn-id: trunk@42865 -
2013-09-18 21:05:17 +00:00
martin
32f7affb2b IDE, Debugger: Display exe-line markers (blue dots) in last line of file too
git-svn-id: trunk@42806 -
2013-09-15 12:51:07 +00:00
mattias
80b7afb789 IDE: auto start completion only in pascal
git-svn-id: trunk@42804 -
2013-09-15 12:31:25 +00:00
martin
f0e13de7ac SynEdit: SynCompletion, refactor usage of OnUtf8Key (no longer internally used. Moved event to be called before any built in processing
git-svn-id: trunk@42773 -
2013-09-13 14:57:52 +00:00
martin
f45491edd7 IDE, Debugger: Fix Debugger locking in SourceEdit (protect SynEdit during Paintlock). Calls were unbalanced if method was recursively invoked.
git-svn-id: trunk@42734 -
2013-09-11 17:51:40 +00:00
martin
9c45fa9046 IDE, SourceEditor: fix dragging editors between tab, make sure synedit will be set to visible
git-svn-id: trunk@42729 -
2013-09-10 20:26:13 +00:00
mattias
612b486281 IDE: implement find references of used unit
git-svn-id: trunk@42686 -
2013-09-08 22:47:26 +00:00