Commit Graph

124 Commits

Author SHA1 Message Date
mattias
fc489d47da IDE: open windows .lnk files open the target, issue #26808
git-svn-id: trunk@46438 -
2014-10-05 16:44:46 +00:00
mattias
04b76a0df1 IDE: less file stat calls
git-svn-id: trunk@46437 -
2014-10-05 16:12:14 +00:00
juha
f3121878a3 IDE: Make "Build many modes" to always return to original mode. Issue #26797
git-svn-id: trunk@46347 -
2014-09-29 18:22:22 +00:00
mattias
4fa796d65d IDE: view messages, view search results: do not show source editor
git-svn-id: trunk@46335 -
2014-09-26 08:41:27 +00:00
mattias
d95954ac0b IDE: clean up old external tools
git-svn-id: trunk@45943 -
2014-07-20 19:50:17 +00:00
juha
2f1bc3998e Remove Designer dependency from SourceFileManager.
git-svn-id: trunk@45783 -
2014-07-05 10:49:22 +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
7814246bbd IDE: Update "Target file name" for all build modes when saving a project with new name. Issue #24054
git-svn-id: trunk@45759 -
2014-07-03 11:50:49 +00:00
juha
83a1cb22c1 IDE: Project save functions, formatting and renaming variables.
git-svn-id: trunk@45758 -
2014-07-03 11:50:45 +00:00
juha
f077b490ad IDE: change class name -> TFileOpener. Cleanup.
git-svn-id: trunk@45707 -
2014-06-27 08:36:58 +00:00
juha
5ac2862006 IDE: get rid of PageIndex and WindowIndex params in TFileOpenClose methods.
git-svn-id: trunk@45706 -
2014-06-27 08:36:54 +00:00
juha
9b627e08b7 IDE: get rid of Flags parameter in TFileOpenClose methods.
git-svn-id: trunk@45705 -
2014-06-27 08:36:50 +00:00
juha
e9b671104b IDE: get rid of UseWindowID parameter in TFileOpenClose methods.
git-svn-id: trunk@45704 -
2014-06-27 08:36:47 +00:00
juha
1ee6bb71b6 IDE: move method AvailSrcWindowIndex out of GetAvailableUnitEditorInfo.
git-svn-id: trunk@45703 -
2014-06-27 08:36:43 +00:00
juha
e1034b74cc IDE: make wrappers or TFileOpenClose methods global functions. Refer to SourceFileMgr singleton when needed.
git-svn-id: trunk@45702 -
2014-06-27 08:36:39 +00:00
juha
1b53356f3f IDE: move method OpenFileInSourceEditor to class TFileOpenClose.
git-svn-id: trunk@45701 -
2014-06-27 08:36:35 +00:00
juha
5a3d5f3dd2 IDE: move method GetAvailableUnitEditorInfo to class TFileOpenClose.
git-svn-id: trunk@45700 -
2014-06-27 08:36:31 +00:00
juha
6421533afc IDE: move OpenMainUnit and RevertMainUnit to class TFileOpenClose.
git-svn-id: trunk@45699 -
2014-06-27 08:36:28 +00:00
juha
1d653dc9e3 IDE: move common code to a local function in TFileOpenClose.FindFile.
git-svn-id: trunk@45698 -
2014-06-27 08:36:24 +00:00
juha
581bc575ac IDE: remove AFileName param from TFileOpenClose.OpenEditorFile, use FFileName directly.
git-svn-id: trunk@45697 -
2014-06-27 08:36:20 +00:00
juha
1d006720b1 IDE: remove CurFileName param in TFileOpenClose.FindFile, use FFileName directly.
git-svn-id: trunk@45696 -
2014-06-27 08:36:16 +00:00
juha
112d4ba761 IDE: get rid of IsIncludeDirective param in GetFilenameAtRowCol.
git-svn-id: trunk@45695 -
2014-06-27 08:36:12 +00:00
juha
3639381e46 IDE: get rid of parameters in TFileOpenClose.OpenFileAtCursor.
git-svn-id: trunk@45694 -
2014-06-27 08:36:09 +00:00
juha
7f58002af2 IDE: get rid of parameters in OpenNotExistingFile.
git-svn-id: trunk@45693 -
2014-06-27 08:36:05 +00:00
juha
02379a1236 IDE: get rid of rest of the parameters in OpenUnknownFile.
git-svn-id: trunk@45692 -
2014-06-27 08:36:01 +00:00
juha
aa3c4d5732 IDE: get rid of Handled param in OpenUnknownFile.
git-svn-id: trunk@45691 -
2014-06-27 08:35:57 +00:00
juha
537b4962cd IDE: move method OpenUnknownFile to class TFileOpenClose.
git-svn-id: trunk@45690 -
2014-06-27 08:35:53 +00:00
juha
48701434d2 IDE: Move OpenNotExistingFile to new TFileOpenClose class.
git-svn-id: trunk@45689 -
2014-06-27 08:35:49 +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
juha
20b51931f7 IDE: tweak and remove some variables in OpenEditorFile. Remove useless return value.
git-svn-id: trunk@45687 -
2014-06-27 08:35:39 +00:00
juha
a1950a42d2 IDE: refactor methods OpenKnownFile and OpenUnknownFile out of OpenEditorFile.
git-svn-id: trunk@45686 -
2014-06-27 08:35:36 +00:00
juha
042d8fed63 IDE: refactor methods PrepareFile and ChangeEditorPage out of OpenEditorFile.
git-svn-id: trunk@45685 -
2014-06-27 08:35:31 +00:00
juha
253b7b7eb2 IDE: rename private method in TFileOpenClose: PrepareInternalFile -> CheckInternalFile.
git-svn-id: trunk@45684 -
2014-06-27 08:35:27 +00:00
juha
e9c6ac3119 IDE: refactor PrepareRevert out of OpenEditorFile.
git-svn-id: trunk@45683 -
2014-06-27 08:35:24 +00:00
juha
f355ed2554 IDE: rename private method in TFileOpenClose: PrepareRevert -> CheckRevert.
git-svn-id: trunk@45682 -
2014-06-27 08:35:20 +00:00
juha
f1c0a955c8 IDE: use private variables in OpenEditorFile, harmonize parameter names.
git-svn-id: trunk@45681 -
2014-06-27 08:35:15 +00:00
juha
96e8c1781b IDE: refactor PrepareInternalFile out of OpenEditorFile.
git-svn-id: trunk@45680 -
2014-06-27 08:35:10 +00:00
juha
ddc6848616 IDE: refactor PrepareRevert out of OpenEditorFile.
git-svn-id: trunk@45679 -
2014-06-27 08:35:06 +00:00
juha
272ec933be IDE: refactor local functions from OpenFileAtCursor to private methods.
git-svn-id: trunk@45678 -
2014-06-27 08:35:01 +00:00
juha
c866e34ef7 IDE: refactor OpenEditorFile() and OpenFileAtCursor() into a new TFileOpenClose. The diff is misleading, identical blocks were found around the code.
git-svn-id: trunk@45677 -
2014-06-27 08:34:56 +00:00
mattias
8913df7a49 IDE: started checking component classes depending on resource format
git-svn-id: trunk@45659 -
2014-06-25 10:11:30 +00:00
juha
669a093a53 IDE: Tweak some resource strings with newlines. Pass consecutive newlines from caller but use one %s param.
git-svn-id: trunk@45555 -
2014-06-16 19:48:52 +00:00
juha
45a06804fd IDE: adjust lineendings of some resource strings.
git-svn-id: trunk@45551 -
2014-06-16 17:59:56 +00:00
juha
baf0ce059f IDE: fix a crash when opening a file with flag [ofRevert] but no editor yet opened for that file.
git-svn-id: trunk@45550 -
2014-06-16 15:56:06 +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
juha
8197d8ec37 IDE: Refactor, join and reuse common code in methods CloseAll and InvertedFileClose. Also fixes a bug.
git-svn-id: trunk@45462 -
2014-06-10 16:10:56 +00:00
juha
e4079b2d24 IDE: Hard-code '"' in some SourceFileManager resourcestrings.
git-svn-id: trunk@45461 -
2014-06-10 16:10:51 +00:00
juha
7138d69f4a Designer: Simplify code.
git-svn-id: trunk@45460 -
2014-06-10 16:10:47 +00:00
juha
89f98718d1 IDE: fix DebugLn texts in SourceFileManager methods.
git-svn-id: trunk@45459 -
2014-06-10 16:10:43 +00:00
juha
dd98353d82 IDE: refactor, move 2 methods from Main to SourceFileManager.
git-svn-id: trunk@45455 -
2014-06-10 16:10:26 +00:00