Commit Graph

359 Commits

Author SHA1 Message Date
juha
30cd69fe8f Diff tool: remove Save button, change "Diff" to "Compare files", try to prevent people creating invalid patches with it.
git-svn-id: trunk@46027 -
2014-08-10 14:05:17 +00:00
mattias
4999b94886 editortoolbar: Treeview revised to make it more readable, and translatable. New Icons for Jump Forward/Jump Back, New Icon for Set Free Bookmark, issue #26557, patch from G. Colla
git-svn-id: trunk@46009 -
2014-08-04 14:39:28 +00:00
mattias
a469a64f53 IDE: package editor: started find in files
git-svn-id: trunk@46004 -
2014-08-01 12:38:12 +00:00
mattias
160cd91c5a IDE: clean up old external tools
git-svn-id: trunk@45945 -
2014-07-20 20:02:40 +00:00
juha
334c165af6 IDE: Move 'Component Palette' and 'IDE Speed Buttons' check-items lower in View menu.
git-svn-id: trunk@45927 -
2014-07-19 10:12:20 +00:00
juha
503833f19b Remove typecasts because LookupRoot was moved to TIDesigner. Also formatting.
git-svn-id: trunk@45784 -
2014-07-05 10:49:34 +00:00
juha
48a6a75f6c IDE: A new command and entry in Run menu for building many modes at one go.
git-svn-id: trunk@45772 -
2014-07-04 14:31:31 +00:00
juha
72bb33e99c IDE: use better text for menu item and variables, "Clean up and Build".
git-svn-id: trunk@45771 -
2014-07-04 14:30:51 +00:00
juha
4486bfc9ed IDE: Replace TProjectReadFlags with a boolean LoadParts.
git-svn-id: trunk@45757 -
2014-07-03 11:50:41 +00:00
juha
3926c42a5f IDE: Add option to show form's name in window menu. Issue #26420, patch from Tomasz Wieckowski.
git-svn-id: trunk@45725 -
2014-06-28 23:25:29 +00:00
juha
07d5812fe3 IDE: Move Delphi Conversion tools to submenu. Issue #26346, patch from Flávio Etrusco.
git-svn-id: trunk@45667 -
2014-06-26 12:21:29 +00:00
juha
48944a68dc IDE: remove deprecated method GetUnitWithPageIndex.
git-svn-id: trunk@45457 -
2014-06-10 16:10:35 +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
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
8844f15f3a IDE: designer mediator: fixed non visual components selection and moving, patch #26234
git-svn-id: trunk@45216 -
2014-05-28 22:43:19 +00:00
mattias
2a05226c0a IDE: fixed clearing project target file name when using project template
git-svn-id: trunk@45214 -
2014-05-28 17:05:12 +00:00
mattias
78b3ddb3f6 IDE: new project: if there is are default project settings: adapt target file name to resemble project name, bug #23379
git-svn-id: trunk@44155 -
2014-02-18 21:18:59 +00:00
martin
40664e7c02 IDE: Move the "all component tabs" speedbutton into tabsheet
git-svn-id: trunk@42793 -
2013-09-14 13:12:50 +00:00
mattias
cf4f0b577b IDE: further migration external tools
git-svn-id: trunk@42295 -
2013-08-03 19:33:59 +00:00
mattias
a3c0c0d439 IDE: further migration external tools
git-svn-id: trunk@42292 -
2013-08-03 18:39:14 +00:00
mattias
057762a149 IDE: migrate compiler message types
git-svn-id: trunk@42234 -
2013-07-30 09:18:33 +00:00
mattias
daa7994b98 IDE: center lost window: min size 70x70, set WindowState to wsNormal
git-svn-id: trunk@42138 -
2013-07-19 09:39:06 +00:00
mattias
6426218e58 IDE: renamed Manage Source Editors
git-svn-id: trunk@41976 -
2013-07-02 18:30:32 +00:00
mattias
5ef97c0b5c IDE: added menu item Windows / Center a lost window
git-svn-id: trunk@41974 -
2013-07-02 17:34:04 +00:00
mattias
24737576de IDE: new unit dependencies
git-svn-id: trunk@41782 -
2013-06-21 13:41:07 +00:00
mattias
422e68c742 IDE: mode matrix: save enabled options in session modes
git-svn-id: trunk@41461 -
2013-05-30 14:29:43 +00:00
mattias
047c8fcb6d IDE: less verbosity
git-svn-id: trunk@41417 -
2013-05-26 12:53:21 +00:00
mattias
f4cb4fec12 IDE: pass BlockTabIndent to codetools
git-svn-id: trunk@40791 -
2013-04-11 11:08:01 +00:00
mattias
70fb9b8f5e IDE: fixed crash
git-svn-id: trunk@40361 -
2013-02-21 13:05:55 +00:00
mattias
4a0a600a00 IDE: moved IDE Internalss / View Package Links to Package / Package Links
git-svn-id: trunk@40000 -
2013-01-28 10:43:10 +00:00
mattias
88c2af49d0 IDE: designer: fixed handling deactivate messages
git-svn-id: trunk@39774 -
2013-01-06 11:53:30 +00:00
mattias
14935d5913 IDE: check Project1 in UpdateHighlighters, bug #23529
git-svn-id: trunk@39626 -
2012-12-23 09:26:40 +00:00
mattias
f72c960927 IDE: clean up
git-svn-id: trunk@39451 -
2012-12-06 15:03:52 +00:00
juha
09ca4df1ec IDE: Simplify UpdateWindowMenu. Remove (now useless) delayed functionality.
git-svn-id: trunk@39172 -
2012-10-27 17:04:05 +00:00
juha
b4440971ec IDE: Make File -> "Close All" cloase also packages. Rename "Close" to "Close Editor File". Issue #12422
git-svn-id: trunk@38921 -
2012-09-30 12:33:52 +00:00
juha
35994bb452 IDE: Move more methods to SourceFileManager. It has not reference back to main unit any more.
git-svn-id: trunk@38800 -
2012-09-23 19:01:06 +00:00
juha
b393a5bd18 IDE: Move funcs from MainIDE to MainIDEBase (DoMergeDefaultProjectOptions) and to SourceFileManager (CheckMainSrcLCLInterfaces, DoOpenMainUnit, DoRevertMainUnit)
git-svn-id: trunk@38794 -
2012-09-21 20:36:00 +00:00
juha
fdb25262a7 IDE: Move BeginCodeTool to MainBase.
git-svn-id: trunk@38768 -
2012-09-20 22:36:23 +00:00
juha
08589a996b IDE: Move SetRecentFilesMenu from TMainIDE to TMainIDEBase
git-svn-id: trunk@38767 -
2012-09-20 22:01:44 +00:00
mattias
643c170bbe IDE: moved SetRecentProjectFilesMenu to mainbase
git-svn-id: trunk@38734 -
2012-09-18 11:59:05 +00:00
juha
069cd283e5 IDE: Refactor the main unit heavily. Code related to source files is moved to a new SourceFileManager unit
git-svn-id: trunk@38701 -
2012-09-16 21:05:01 +00:00
martin
b34b609f50 Debugger: added Attach/Detach
git-svn-id: trunk@38536 -
2012-09-06 12:41:24 +00:00
mattias
b0abb50057 IDE: clean up, ignore mainbar deactivate events on destroy
git-svn-id: trunk@38388 -
2012-08-26 13:08:44 +00:00
martin
4eeeddf42d IDE: Added list of recorded editor macros
git-svn-id: trunk@37679 -
2012-06-17 21:16:52 +00:00
juha
b1a2dfb791 IDE: Add Source/Insert General/MIT Notice. Issue #22151, patch from Reinier Olislagers
git-svn-id: trunk@37466 -
2012-05-30 16:56:55 +00:00
juha
ac7e7e1490 Comment fix and formatting
git-svn-id: trunk@37412 -
2012-05-24 23:05:05 +00:00
martin
6f67bce681 Fix Crash in building "Windows" (list of open W.) Menu. Note 0059576 in Issue #22015 (not related to other parts of issue)
git-svn-id: trunk@37274 -
2012-05-14 12:32:13 +00:00
mattias
3c6f470562 IDE: view / IDE internal / what needs building
git-svn-id: trunk@36647 -
2012-04-07 02:43:56 +00:00
mattias
c24580f5a9 IDE: clean up
git-svn-id: trunk@36568 -
2012-04-04 23:49:45 +00:00
martin
4eebdaad64 IDE: Export as HTML (rev 36523 #db25fe4136) fix reference to none existing resource
git-svn-id: trunk@36530 -
2012-04-02 20:33:44 +00:00
martin
db25fe4136 IDE: Export as HTML
git-svn-id: trunk@36523 -
2012-04-02 15:35:22 +00:00
martin
75ebdba3f9 IDE: moved update of window menu from OnIdle to ScreenChange and OnClick
git-svn-id: trunk@36470 -
2012-03-30 16:34:36 +00:00
juha
22c9cf054e IDE: unify some single word resource strings.
git-svn-id: trunk@36332 -
2012-03-25 19:10:21 +00:00
martin
08c6a8f811 IDE: Group tabs in Window menu / check menuitem is assigned
git-svn-id: trunk@36268 -
2012-03-23 11:19:40 +00:00
martin
ddeeb78f1a IDE: Group tabs in Window menu too
git-svn-id: trunk@36264 -
2012-03-23 10:54:39 +00:00
martin
24d9d29bc5 IDE: Group tabs in Window menu too
git-svn-id: trunk@36236 -
2012-03-23 01:45:36 +00:00
martin
4905c559ea IDE: Group tabs in Window menu too
git-svn-id: trunk@36235 -
2012-03-23 01:37:14 +00:00
martin
dd081fe601 IDE: Group tabs in Window menu too
git-svn-id: trunk@36234 -
2012-03-23 01:29:14 +00:00
juha
a0fb17b27e IDE: Unite duplicate (single word) resourcestrings and name them consistently.
git-svn-id: trunk@35486 -
2012-02-19 15:50:48 +00:00
juha
4310d040e2 IDE: add IDE command for the Editor Window Manager. Improve some strings.
git-svn-id: trunk@35479 -
2012-02-19 12:59:49 +00:00
juha
088114e24b IDE: Fix bugs in EditorFileManager, make the popupmenu functional.
git-svn-id: trunk@35419 -
2012-02-17 14:51:32 +00:00
juha
a2885ca4d0 IDE: add a new EditorFileManager to Windows menu
git-svn-id: trunk@35417 -
2012-02-17 12:41:38 +00:00
juha
6b19f5e2aa IDE: inite resource strings for Undo, Redo, Cut, Copy and Paste
git-svn-id: trunk@35323 -
2012-02-12 14:35:42 +00:00
martin
728880b814 DBG: Reset, if project changed. issue #18468
git-svn-id: trunk@35229 -
2012-02-07 22:27:24 +00:00
mattias
7fb7467b8e IDE: added menu item: Package / New component, feature 1337
git-svn-id: trunk@35055 -
2012-01-31 13:11:31 +00:00
juha
5084b5f3d5 IDE: show Component List from Component Palette's popup menu.
git-svn-id: trunk@35053 -
2012-01-31 11:00:45 +00:00
mattias
e0e58b47c4 IDE: ide internals: fpdoc files
git-svn-id: trunk@34854 -
2012-01-22 09:59:06 +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
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
fcfc88b774 IDE: removed MainIDEIntf
git-svn-id: trunk@34648 -
2012-01-07 20:45:57 +00:00
juha
36d2265441 IDE: Changed GUI string capitalization. Issue #16068
git-svn-id: trunk@33627 -
2011-11-19 13:41:43 +00:00
juha
61a8bcf484 IDE: Move Example Manager to another place in Tools menu.
git-svn-id: trunk@32955 -
2011-10-18 11:26:54 +00:00
juha
9897814795 IDE: New "Example Projects" feature.
git-svn-id: trunk@32808 -
2011-10-10 20:35:59 +00:00
juha
a725ba2564 IDE: rename procedure SetupComponentsMenu -> SetupPackageMenu
git-svn-id: trunk@32615 -
2011-10-02 10:36:10 +00:00
martin
dbb87ca09b DBG: Fixed jumping to unit of unsaved project
git-svn-id: trunk@32449 -
2011-09-21 12:13:24 +00:00
martin
37fa512845 DBG: Watchpoints
git-svn-id: trunk@32423 -
2011-09-19 17:47:27 +00:00
martin
c963680079 DBG: (alpha) Initial support for watchpoints ($DEFINE DBG_WITH_WATCHPOINT)
git-svn-id: trunk@32415 -
2011-09-19 01:20:08 +00:00
juha
e6fc44167c IDE: rename UseProjectUnit -> UseUnit
git-svn-id: trunk@32378 -
2011-09-17 08:57:57 +00:00
juha
ac45fa23b2 IDE: Add "Use Unit" menu item to editor's local menu. Rename 2 vars.
git-svn-id: trunk@32376 -
2011-09-17 08:46:04 +00:00
martin
a23438a510 IDE: refactor, clean-up JumpToCodde/Source
git-svn-id: trunk@32347 -
2011-09-15 11:17:38 +00:00
martin
ea6ce866f8 IDE: fix DoJumpToCodePosition
git-svn-id: trunk@32346 -
2011-09-15 10:22:09 +00:00
juha
bd5b8298a9 IDE: Implement menu item "Source -> Insert full Filename". Issue #20223
git-svn-id: trunk@32315 -
2011-09-13 12:51:52 +00:00
maxim
49c2dbf336 IDE: improved localization
git-svn-id: trunk@32177 -
2011-09-04 20:21:53 +00:00
mattias
478b63f35b IDE: add/remove active file to/from package
git-svn-id: trunk@32143 -
2011-09-01 17:38:45 +00:00
juha
b38e8f8a1f Revert "IDE: change order of Run menu items. Issue #19580" based on feedback
git-svn-id: trunk@31345 -
2011-06-23 18:27:11 +00:00
mattias
51e1742910 IDE: clean up
git-svn-id: trunk@31329 -
2011-06-22 07:52:10 +00:00
juha
798e69d4cd IDE: add default key mapping Ctrl-Alt-J for View Jump History window.
git-svn-id: trunk@31311 -
2011-06-20 19:10:42 +00:00
juha
03045e25ca IDE: change order of Run menu items. Issue #19580
git-svn-id: trunk@31281 -
2011-06-19 10:03:37 +00:00
mattias
025665bfd5 IDE: clean compile: clean up build files
git-svn-id: trunk@30995 -
2011-05-31 22:41:12 +00:00
mattias
991921086d IDE: added menu item clean compile
git-svn-id: trunk@30990 -
2011-05-31 16:49:36 +00:00
mattias
efefac194f IDE: clean build: search files
git-svn-id: trunk@30985 -
2011-05-31 15:28:08 +00:00
paul
57d9dcb331 ide: fix add source breakpoint string, + add address breakpoint menu item, implement those menu item clicks
git-svn-id: trunk@30755 -
2011-05-16 05:31:49 +00:00
martin
3dc186123d DBG: Start History values (currently requires debug windows (locals, watches, stack) to be open and active, or nothing is recorded)
git-svn-id: trunk@30750 -
2011-05-15 21:16:16 +00:00
juha
bdbab71ac7 IDE: Move CompleteCode and UseUnit from Refactor menu to Source menu.
git-svn-id: trunk@30693 -
2011-05-12 11:51:49 +00:00
paul
920ac8f125 ide: add debugger event log icon, repack other debugger icons
git-svn-id: trunk@30566 -
2011-05-06 05:03:10 +00:00
juha
d3cfc4ada0 IDE: Move Refactor menu under Source menu
git-svn-id: trunk@30506 -
2011-04-29 06:45:51 +00:00
martin
580a85d184 DBG: Added Thread dialog
git-svn-id: trunk@30467 -
2011-04-25 11:17:47 +00:00
juha
c1c6acdc2b IDE: "Tab Order Editor" -> "Tab Order"
git-svn-id: trunk@30389 -
2011-04-19 21:38:47 +00:00
martin
bf85980317 DBG: (Unix) Added (very) basic support for console apps (console window)
git-svn-id: trunk@30351 -
2011-04-17 15:44:14 +00:00