Menu

Old Code (SVN) Commit Log


Commit Date  
[r4048] by delphidabbler

Renamed TMainWindowSettings' OverviewTab property to OverviewGrouping.
Also renamed "OverviewTab" value in user-config file to "OverviewGrouping".
Modified TMainForm to use revised property name.

2013-12-02 15:31:57 Tree
[r4047] by delphidabbler

Renamed TMainDisplayMgr's SelectNextActiveTab and SelectPreviousActiveTab to SelectNextDetailsTab and SelectPreviousDetailsTab respectively: these names are more sensible now that only detail pane has tabs.
Made required changes to calling code in TMainForm.

2013-12-02 15:24:06 Tree
[r4046] by delphidabbler

Applied changes to main form that were generated by IDE.

2013-12-02 15:22:22 Tree
[r4045] by delphidabbler

Moved methods of ITabbedDisplayMgr into IDetailPaneDisplayMgr and deleted ITabbedDisplayMgr.
Removed TDetailFrame to remove reference to ITabbedDisplayMgr and updated method comments.
Modified TMainDisplayMgr, replacing details pane manager cast to ITabbedDisplayMgr with casts to IDetailPaneDisplayMgr.
Also changed TMainDisplayMgr so that Ctrl+Tab and Shift+Ctrl+Tab key-presses always result in change of detail pane tab, regardless of whether overview frame has keyboard focus.

2013-12-02 15:17:56 Tree
[r4044] by delphidabbler

Changed various method, variable, parameter and constant names that referred to overview "tabs" so that they now refer to "groupings".
Made similar changes to some comments.
Modified code affected by the renaming.

2013-12-02 14:54:58 Tree
[r4043] by delphidabbler

Removed support for ITabbedDisplayMgr from TOverviewFrame because it no longer has tabs. This means that the Ctrl+Tab and Shift+Ctrl+Tab key presses no longer change the grouping.
Added new SelectGrouping and SelectedGroupingIdx methods to IOverviewDisplayMgr and implemented these in TOverviewFrame.
Modified TMainDisplayMgr re the above changes no ensure that TOverviewFrame is no longer referenced via the ITabbedDisplayMgr interface.

2013-12-02 13:50:10 Tree
[r4042] by delphidabbler

Replaced tab set used to select grouping type with a drop-down list & made minimal changes to code to support this.
Modified main form's form file re changes to embedded overview frame.

2013-12-02 13:21:23 Tree
[r4041] by delphidabbler

Changed TSnippet.Title property to use inherited getter instead of overridden one that returned the snippet's ID if the actual Title property was empty.

2013-12-02 11:03:08 Tree
[r4040] by delphidabbler

Modified TCodeImporter to ensure snippet's title is non-empty: uses snippet ID if no title present for a snippet.

2013-12-02 02:25:18 Tree
[r4039] by delphidabbler

Modified TXMLDataReader to ensure snippet's title is non-empty: uses snippet ID if no title present for a snippet.

2013-12-02 02:15:11 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.