Commit Graph

8339 Commits

Author SHA1 Message Date
mattias
b87b8698bd IDE: clean up
git-svn-id: trunk@34874 -
2012-01-22 20:16:10 +00:00
juha
91451a8f52 IDE: fix spelling
git-svn-id: trunk@34869 -
2012-01-22 14:22:23 +00:00
martin
f69918fde0 ide help mgr: missing ifdef
git-svn-id: trunk@34858 -
2012-01-22 13:04:23 +00:00
martin
d4e552b7b1 SynEdit: fix painting debug marks (read index range)
git-svn-id: trunk@34857 -
2012-01-22 12:51:15 +00:00
mattias
e0e58b47c4 IDE: ide internals: fpdoc files
git-svn-id: trunk@34854 -
2012-01-22 09:59:06 +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
9238bba3a6 IDE: source editor popup menu: open fpdoc file of unit
git-svn-id: trunk@34841 -
2012-01-21 14:27:37 +00:00
mattias
9c60f59d00 IDE: source editor popup menu: open unit/lfm of include file
git-svn-id: trunk@34840 -
2012-01-21 14:11:13 +00:00
mattias
74acb7f2d8 IDE: source editor popup menu: open unit/lfm of include file
git-svn-id: trunk@34839 -
2012-01-21 14:08:14 +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
3b215059ba IDE: internals: help viewers
git-svn-id: trunk@34821 -
2012-01-20 14:38:17 +00:00
mattias
eee642144f IDE: ide internal: help db
git-svn-id: trunk@34817 -
2012-01-20 11:31:20 +00:00
mattias
9553b7e67e IDE: ide internal: fpcmessageshelpdb
git-svn-id: trunk@34816 -
2012-01-20 11:13:37 +00:00
mattias
595b29af86 IDE: fixed typo
git-svn-id: trunk@34806 -
2012-01-19 22:06:56 +00:00
maxim
666c8a30d6 IDE: removed unused string
git-svn-id: trunk@34803 -
2012-01-19 21:34:34 +00:00
mattias
ce2b09aa85 IDE: fixed crash on word completion
git-svn-id: trunk@34799 -
2012-01-19 17:09:03 +00:00
martin
542ec1cf4c DBG: Fix taring snapshots on none breaking breakpoints
git-svn-id: trunk@34785 -
2012-01-18 19:53:56 +00:00
mattias
dab1d7db29 IDE: find in files: do not show every filename
git-svn-id: trunk@34784 -
2012-01-18 18:40:31 +00:00
juha
4c70795d75 IDE: Replace const string arrays with RTTI value and WriteStr().
git-svn-id: trunk@34755 -
2012-01-15 23:50:08 +00:00
mattias
4899a6c2e2 IDE: packages: added option Enable i18n for lfm similar to the project option
git-svn-id: trunk@34752 -
2012-01-15 17:34:52 +00:00
mattias
cb9f0b5a5d IDE: build macros: show them as IDE macros and a hint for the FPC macros
git-svn-id: trunk@34748 -
2012-01-15 13:35:00 +00:00
mattias
0bf369ec20 IDE: free designer on idle, do not free while processing the closequery
git-svn-id: trunk@34737 -
2012-01-14 18:18:25 +00:00
mattias
4b239fd933 IDE: open project: check lpi file before saving old project
git-svn-id: trunk@34735 -
2012-01-14 16:02:27 +00:00
martin
1d2762eec2 Debugger, ignore exceptions - Don't modify session, unless changed
git-svn-id: trunk@34733 -
2012-01-14 14:59:18 +00:00
mattias
039f1908af IDE: fixed ask save project changes No and Abort
git-svn-id: trunk@34732 -
2012-01-14 14:29:42 +00:00
mattias
b72a2cc04c IDE: fixed comment
git-svn-id: trunk@34730 -
2012-01-14 13:52:25 +00:00
mattias
00dbde1442 IDE: option to ask to save session
git-svn-id: trunk@34729 -
2012-01-14 13:43:25 +00:00
mattias
8a4b3116bb IDE: simplified save project changes
git-svn-id: trunk@34728 -
2012-01-14 13:15:17 +00:00
juha
8a46f0dbf3 IDE: Move "Unit Dependencies" from View menu to Source menu.
git-svn-id: trunk@34727 -
2012-01-14 12:30:26 +00:00
juha
bd6c90eb77 Minor improvement for menu texts.
git-svn-id: trunk@34726 -
2012-01-14 12:30:01 +00:00
mattias
c91d3e41bf IDE: open project: if only session changed and session stored separate then do not ask and save silently
git-svn-id: trunk@34719 -
2012-01-12 19:41:52 +00:00
mattias
3967704b67 IDE: new project: if only session changed and session stored separate then do not ask and save silently
git-svn-id: trunk@34718 -
2012-01-12 19:38:27 +00:00
mattias
b024b65c35 IDE: quit: if only session changed and session stored separate then do not ask and save silently
git-svn-id: trunk@34717 -
2012-01-12 19:32:17 +00:00
michael
78dc85c389 * Do not use C style assignments, because make fails on commandline, since the option -Sc is not set
git-svn-id: trunk@34715 -
2012-01-12 16:44:18 +00:00
mattias
bc21345f7d IDE: internal about ide: modified packages
git-svn-id: trunk@34707 -
2012-01-11 09:03:24 +00:00
martin
2cc4863e8b MouseOpts: debug context menu
git-svn-id: trunk@34704 -
2012-01-11 04:03:04 +00:00
sekelsenmat
e1d0c8ab65 Moves up accessibility events to all Carbon controls and improves the implementation of the accessibility event handler. Adds customized accessibility descriptions to two basic controls in the Initial Setup Dialog
git-svn-id: trunk@34697 -
2012-01-10 20:42:11 +00:00
martin
d44c35bf1c Code templates: description for Param
git-svn-id: trunk@34694 -
2012-01-10 15:16:33 +00:00
mattias
f668a6c4ef IDE: IDE internal: moved modified to about ide
git-svn-id: trunk@34691 -
2012-01-09 22:10:30 +00:00
mattias
d56af331dd IDE: added dialog: View / IDE internals / modified items
git-svn-id: trunk@34686 -
2012-01-09 16:50:06 +00:00
mattias
3b364887c4 IDE: designer: use GlobalDesignHook
git-svn-id: trunk@34682 -
2012-01-09 15:26:01 +00:00
martin
2de2216314 DBG: fix an assert, if changing debugger-type (none vs gdb)
git-svn-id: trunk@34665 -
2012-01-08 15:20:13 +00:00
juha
650b93feca IDE: Use TreeFilterEdit in search results window. Uses node visibility of TreeView component.
git-svn-id: trunk@34660 -
2012-01-08 10:44:13 +00:00
mattias
6484aa3e1b IDE: create objectinspector on demand
git-svn-id: trunk@34652 -
2012-01-07 23:13:18 +00:00
mattias
1c96af0842 IDE: check if OI created
git-svn-id: trunk@34651 -
2012-01-07 22:08:30 +00:00
mattias
1c36fc8fad IDE: fixed OI
git-svn-id: trunk@34650 -
2012-01-07 20:47:38 +00:00
mattias
6261e792d5 IDE: clean up
git-svn-id: trunk@34649 -
2012-01-07 20:47:18 +00:00