Azaret / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

Issues when adding/editing nodes #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. After I add or edit a session node the complete tree is expanded. Imo this 
is an error. The tree should remain as it was.
2. After I have renamed a node I cannot rename it back to the original name. 
For that to work SuperPutty has to be restarted. The cause probably is that 
only node.Text is changed and not also node.Name in 
renameToolStripMenuItem_Click and CreateOrEditSessionToolStripMenuItem_Click

Original issue reported on code.google.com by breker.c...@gmail.com on 4 May 2012 at 11:54

GoogleCodeExporter commented 9 years ago
1. Removed ExpandAll calls; tried to keep relevant node selected

2. Fixed as you stated.

Original comment by btatey...@gmail.com on 5 May 2012 at 9:27