Commit Graph

2041 Commits

Author SHA1 Message Date
tznind
7cb3812c19 Split TreeNode, TreeStyle and TreeBuilder into seperate files 2021-03-08 10:18:11 +00:00
tznind
db322b27ef Added GoTo method and renamed 'model' parameter where appropriate 2021-03-08 10:11:11 +00:00
tznind
dc22a890e9 Updated to match coding guidelines (whitespace, brackets etc) 2021-03-08 09:22:17 +00:00
tznind
07bc61e045 Fixed not using curly bracers for one line statement blocks 2021-03-08 08:51:51 +00:00
tznind
d2361072c1 Wrapped all comments to 100 width 2021-03-08 08:18:27 +00:00
tznind
332083870b Added overflow check for AllowLetterBasedNavigation before casting to char 2021-03-03 04:52:38 +00:00
tznind
d1a3b4807e Added AllowLetterBasedNavigation - press S to go to next node beginning with 'S' 2021-03-02 22:24:22 +00:00
tznind
62a997f4b3 Tidied up docs and fixed several methods to be virtual 2021-03-02 21:58:07 +00:00
tznind
07899ec304 Added branch level navigation Ctrl+Up/Down 2021-03-02 20:02:29 +00:00
tznind
ec85340285 Added ObjectActivated event 2021-03-02 19:14:38 +00:00
tznind
2a86709296 Fixed not adding top menu to Scenario 2021-02-21 12:57:17 +00:00
tznind
cd63ac0f20 Merge branch 'tree-view' of https://github.com/tznind/gui.cs into tree-view 2021-02-21 12:53:59 +00:00
tznind
2d7b3f4f52 Added interactive scenario (create and delete tree nodes on demand). Added Tag and Text to interface for ITreeNode 2021-02-21 12:52:42 +00:00
tznind
01566fa0a8 Fixed GetAllSelectedObjects including SelectedObject when it is hidden by branch collapsing 2021-02-17 21:08:35 +00:00
tznind
db3d784a1a Added caching of BuildLineMap results for better performance with very large trees 2021-02-17 19:55:53 +00:00
tznind
14244d2c19 Improved performance of TreeSelection.Contains 2021-02-17 19:25:33 +00:00
tznind
f21f21522f Added SelectAll and made OnSelectionChanged protected 2021-02-17 19:18:33 +00:00
tznind
74f5dd8dc5 Fixed not rendering last character of line when text is too long (and truncated) 2021-02-17 18:42:17 +00:00
tznind
5b763bd44f Added ExpandAll / CollapseAll (shortcut Ctrl + Right/Left) 2021-02-17 13:37:43 +00:00
tznind
76f81d2bdd Fixed IsSelected using reference comparison instead of equality 2021-02-17 12:46:57 +00:00
tznind
b78de72408 Added equality for ShowForType in scenario and added comments about it 2021-02-17 12:37:39 +00:00
tznind
66a779cb41 Fixed Rebuild not going to bottom of hierarchy 2021-02-17 12:36:05 +00:00
tznind
011f3efea3 Changed tabs to spaces in visualization window to prevent rendering issue 2021-02-17 12:34:54 +00:00
tznind
f675b3b39c Added new scenario ClassExplorer which presents all Types and Methods divided by assembly 2021-02-17 11:38:38 +00:00
tznind
6ef5f1cd1d Merge remote-tracking branch 'upstream/master' into tree-view 2021-02-17 10:29:30 +00:00
tznind
01b899fb37 test for multi select, mouse fix and collapse selection fix 2021-02-16 20:06:29 +00:00
tznind
c3253e965d Added GetAllSelectedObjects 2021-02-16 19:40:33 +00:00
tznind
06bb01a68f Added ability to select multiple branches at once 2021-02-16 13:38:51 +00:00
Charlie Kindel
6d876998d6 Merge pull request #1112 from tig/1.0.0-pre.8
Launching 1.0.0-pre.8
v1.0.0-pre.8
2021-02-15 12:12:50 -07:00
Charlie Kindel
c70aa0df20 readme 2021-02-15 11:35:55 -07:00
Charlie Kindel
8d32a6499b Generated API Reference 2021-02-15 11:27:13 -07:00
Charlie Kindel
fa77712ebe updated changes log 2021-02-15 11:23:49 -07:00
Charlie Kindel
481f36013d Merge pull request #1015 from tznind/table-view
New Control 'TableView' for viewing tabular data
2021-02-15 11:12:51 -07:00
Charlie Kindel
93ce356e8b Merge pull request #1111 from tig/ui_catalog_show_driver
Added indication of which driver is in use to status bar
2021-02-15 10:53:41 -07:00
Charlie Kindel
78466dfbd7 Merge branch 'master' into ui_catalog_show_driver 2021-02-15 10:43:19 -07:00
Charlie Kindel
c6bcb346da Merge pull request #1110 from tig/1.0.0-pre.7
merge and version bump to 1.0.0-pre.7
v1.0.0-pre.7
2021-02-15 10:42:57 -07:00
Charlie Kindel
e48b867e7e Added indication of which driver is in use to status bar 2021-02-15 10:41:15 -07:00
Charlie Kindel
20de5cff5c merge and version bump to 1.0.0-pre.7 2021-02-15 10:35:39 -07:00
Charlie Kindel
78eb9df47c Merge pull request #1101 from BDisp/textformatter-fix
Fixes #1100. TextFormatter doesn't handle ColumnWidth greater than 1.
2021-02-15 10:15:57 -07:00
Charlie Kindel
72361de53e Merge pull request #1102 from G-Freart/caret_sizing
Cursor shape and visibility
2021-02-15 10:13:28 -07:00
Charlie Kindel
364a8c997d Merge pull request #1108 from jay8ee/master
Update .netcore installation instruction in README.md
2021-02-15 10:08:29 -07:00
tznind
e68df90d27 Fixed TableView ProcessKey return value when no Table is loaded 2021-02-10 09:44:47 +00:00
jay8ee
43d373543a Update README.md
Should be 'dotnet add package' not 'dotnet package add'
2021-02-09 14:21:55 +00:00
Gilles Freart
da17d389fc Whenever the Console is resized, Windows reset the cursor. So we need to reconfigure the cursor visibility. 2021-02-07 14:13:44 +01:00
Gilles Freart
e88bca0c93 set as before as not modified lines 2021-01-29 18:03:08 +01:00
Gilles Freart
4c34a88552 Applying requested style 2021-01-29 17:56:51 +01:00
Gilles Freart
a467afae12 Removing no more needed using 2021-01-29 17:43:51 +01:00
Gilles Freart
3ea6bb89d9 Applying style change, renaming some variable 2021-01-29 17:35:59 +01:00
Gilles Freart
21e24e9467 Preparing PR 2021-01-28 17:16:41 +01:00
Gilles Freart
8a13efbb83 Preparing PR + fix cursor issue happening inside frameview 2021-01-28 16:56:28 +01:00