Commit | Date | |
---|---|---|
[r2254]
by
delphidabbler
Added new ShiftKeysPressed routine that returns the set of Shift, Alt and Ctrl keys currently pressed. |
2012-08-19 13:28:27 | Tree |
[r2253]
by
delphidabbler
Modified to note that Ctrl clicking snippet and category links opens them in a new tab. |
2012-08-19 12:29:05 | Tree |
[r2252]
by
delphidabbler
Modified displayCategory and displaySnippet functions to detect if Ctrl key was pressed when link clicked. State of that key is passed to revised external.DisplayCategory and external.DisplaySnippet methods to indicate if category or snippet should be displayed in a new tab. This completes implementation of feature request #3559377 (http://bit.ly/OqnAjd). |
2012-08-19 12:22:39 | Tree |
[r2251]
by
delphidabbler
Modified DisplayCategory and DisplaySnippet methods of external object to take additional NewTab parameter. |
2012-08-19 12:18:35 | Tree |
[r2250]
by
delphidabbler
Modified INotifier.DisplayCategory and INotifier.DisplaySnippet methods and there implementations to take a new NewTab parameter that is passed on to TCategoryAction and TSnippetAction respectively. |
2012-08-19 12:14:33 | Tree |
[r2249]
by
delphidabbler
Added new NewTab properties to TSnippetAction and TCategoryAction and modified Execute methods to pass the new properties to notifier's ShowViewItem method to enable snippets and categories to be displayed in new tabs. |
2012-08-19 12:11:39 | Tree |
2012-08-19 00:46:45 | Tree | |
[r2247]
by
delphidabbler
Middle-clicking an item in overview pane now selects it. Previously middle clicks were ignored. |
2012-08-18 21:42:06 | Tree |
[r2246]
by
delphidabbler
Added new TViewFactory.CreateDBItemView factory method to create a "database" view item (snippet or category) depending on type of parameter. |
2012-08-18 21:20:07 | Tree |
[r2245]
by
delphidabbler
Modified to listen for database events and clear current compilation results database is about to change in any way. This fixes bug #3559257 (http://bit.ly/Qc8Fqu): Compile Results accessed from menu can get out of sync. *** This is a similar fix to that made in trunk at r2244 but is a cruder solution because required database events for more refined solution are not available in v3.x. |
2012-08-18 20:51:35 | Tree |