Difference between revisions of "Docking Feedback Fixed Bugs"

 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category:Docking]]
 
[[Category:Docking]]
 +
== Bugs ==
 
*  Customizing the address toolbar button corrupts it layout with no rescue, meaning I cannot recustomize - i have to delete layout.wb.  2006_6_14 Larry
 
*  Customizing the address toolbar button corrupts it layout with no rescue, meaning I cannot recustomize - i have to delete layout.wb.  2006_6_14 Larry
 
* Closing panes that are vertically attached to one another leave grey empty space, which prohibits reshowing closed tools. 2006_6_14 Larry
 
* Closing panes that are vertically attached to one another leave grey empty space, which prohibits reshowing closed tools. 2006_6_14 Larry
Line 23: Line 24:
 
* Implement standard CTRL+W to close a tab. (Actually, that's a GTK standard, right? Similar to Apple's Cmd-W? BUT ON WINDOWS, the standard is Ctrl+F4. PLEASE USE THE STANDARD APPROPRIATE TO THE PLATFORM. '''(Use CTRL + W as default)'''Ted 2006_7_6
 
* Implement standard CTRL+W to close a tab. (Actually, that's a GTK standard, right? Similar to Apple's Cmd-W? BUT ON WINDOWS, the standard is Ctrl+F4. PLEASE USE THE STANDARD APPROPRIATE TO THE PLATFORM. '''(Use CTRL + W as default)'''Ted 2006_7_6
 
* Diagram tool is not working properly. Dropping a stone on "target to cluster/class" doesn't work. Ted 2006_7_6
 
* Diagram tool is not working properly. Dropping a stone on "target to cluster/class" doesn't work. Ted 2006_7_6
 +
* Improved Class/Feature tool behavior. Fixed clicking call stack behavior. Flickering is avoided. Ted 2006_7_6
 +
* Improved pnd behavior among tools. Ted 2006_7_6
 +
* Pealed report tool from search tool, and added show buttons for the other of each to its mini tool bars. Ted 2006_7_6
 +
* Added pixmaps to show tool menu buttons and changed all show tool buttons into normal button where they were toggle buttons. Ted 2006_7_6
 +
* Adding favourites from the menu doesn't work. Ted 2006_7_7
 +
* Disabled toolbar icons are corrupted when accessing EiffelStudio through a terminal server session. Larry 2006_7_7
 +
* Auto-hide panels at the bottom have a 2 pixel gap. '''Not fixed''',I think it looks nicer. Larry 2006_7_7
 +
* It's not possible to close tools anymore (at least the metric tool can't be closed). Ted 2006_7_13
 +
* Trying to open a class when the editor pane is empty crashes EiffelStudio Ted 2006_7_13
 +
* Closing last editor tab does not clean the features tool. Ted 2006_7_13
 +
* Crash if I don't have any editor tab open and enter a class in the address bar. Ted 2006_7_13
 +
* Remove action get's disabled if I pick a class.  Ted 2006_7_13
 +
* Changed shortcut for closing editor/tool to be Ctrl + F4. Ted 2006_7_13
 +
* Categrized show tool command in tools menu. Ted 2006_7_13
 +
* Added New tab toolbar button and removed "new editor window" and "new context window" commands Ted 2006_7_13
 +
* Fixed a bug that sometimes back and forth history in feature tool crashed the compiler. An invalid call stack stone prevented history from returning a feature stone. Ted 2006_7_13
 +
* Fixed various crashes in Edit menu. Ted 2006_7_13
 +
* Added protections to all places that might fail when no editor is open. Ted 2006_7_13
 +
* Disable related commands when no editor is available. Ted 2006_7_13
 +
* Clicking on class tree or loading class by address bar creates a new editor if there is no editor available. Ted 2006_7_13
 +
* Integrated properties tool. Ted 2006_7_13
 +
* Fixed the bug that dropping a dotnet class did not load the correct text. Ted 2006_7_13
 +
* Add shortcuts for all tools according to the wiki page Shortcuts. Not yet configurable. Ted 2006_7_13
 +
* Handled focus issue so that any tool is raised it gains the focus. Ted 2006_7_13
 +
* Added shortcut 'Esc' to focus current main editor. Ted 2006_7_13
 +
* Fixed window tool. Ted 2006_7_13
 +
* Fixed the bug that a changed editor is closed by shortcut without asking. Ted 2006_7_13
 +
* Editable documents do not get saved when compiling if modified and they are not the currently selected tab. Ted 2006_7_14
 +
* Fixed a bug that after creating a new blank tab, the rest tabs failed to get colorized. Ted 2006_7_17
 +
* Fixed Pick and Drop on watch tools. Ted 2006_7_17
 +
* Objects tool divider position is lost. Ted 2006_7_18
 +
* The ctrl-tab window needs to look nicer. The 3D window look is outdated, can we use a flat-style border. The text also needs to be more compact. See VS .NET 2005. Larry 2006_7_14
  
Suggestions:
+
==Suggestions==
 
* React too early after clicking on close button. I think close action should be handled by release actions. Larry 2006_6_26
 
* React too early after clicking on close button. I think close action should be handled by release actions. Larry 2006_6_26
 
* Add new editor tabs on the right instead on the left. Now we made it a perfence, user can choose the side he want. Larry 2006_6_26
 
* Add new editor tabs on the right instead on the left. Now we made it a perfence, user can choose the side he want. Larry 2006_6_26

Latest revision as of 14:09, 18 July 2006

Bugs

  • Customizing the address toolbar button corrupts it layout with no rescue, meaning I cannot recustomize - i have to delete layout.wb. 2006_6_14 Larry
  • Closing panes that are vertically attached to one another leave grey empty space, which prohibits reshowing closed tools. 2006_6_14 Larry
  • Pick and dropping a class, that's already open, onto the editor tabs opens an empty document. 2006_6_14
  • The Out of view editor tab window's edit box loses focus when pressing one of the cursor keys. When I move and type, then bring focus back to the edit box. 2006_6_14 Larry
  • I cannot pick a drop onto an unpinned window. Ordinarly when I hover over the icon with my mouse it reveals the window. However, when I have a stone to drop is does not get shown. This means my hidden context tools have to always been shown to be useful! 2006_6_15 Larry


  • layout.wb should be stored in users "home" directory and not in the install base. 2006_6_19 Larry
  • Making one of the main toolbars invisible (via the View | Toolbars menu), instead of causing the panes below to increase in height, leaves a vacant grey space at the bottom.

This is same problem as 2nd bug. So it's fixed. Larry 2006_6_19

  • After I ran my project, the warning tab, which is unpinned, always appears. Larry 2006_6_19
  • New editor tabs should get added to the same "tab set" that is currently active. Larry 2006_6_26
  • Auto-hide panels icons are not aligned to the text.
  • Patially fixed call stack sometimes was missing. Hopefully it works. Ted 2006_6_29
  • Fixed that it was not possible to create more than one watch tool, and replaced the drop down button with "create new watch". Ted 2006_6_29
  • Ctrl-s doesn't save the document! -- Not reproducable Ted 2006_6_29
  • Save all documents on compile only saves current active editor tab. Ted 2006_6_29
  • Fixed a crash that in advance search. Ted 2006_7_3
  • Fixed the problem that feature tree was slow. Ted 2006_7_3
  • When pausing debugger or when an exception has occcurred EiffelStudio should switch to the feature tool, in flat view mode. Ted 2006_7_6
  • Implement standard CTRL+W to close a tab. (Actually, that's a GTK standard, right? Similar to Apple's Cmd-W? BUT ON WINDOWS, the standard is Ctrl+F4. PLEASE USE THE STANDARD APPROPRIATE TO THE PLATFORM. (Use CTRL + W as default)Ted 2006_7_6
  • Diagram tool is not working properly. Dropping a stone on "target to cluster/class" doesn't work. Ted 2006_7_6
  • Improved Class/Feature tool behavior. Fixed clicking call stack behavior. Flickering is avoided. Ted 2006_7_6
  • Improved pnd behavior among tools. Ted 2006_7_6
  • Pealed report tool from search tool, and added show buttons for the other of each to its mini tool bars. Ted 2006_7_6
  • Added pixmaps to show tool menu buttons and changed all show tool buttons into normal button where they were toggle buttons. Ted 2006_7_6
  • Adding favourites from the menu doesn't work. Ted 2006_7_7
  • Disabled toolbar icons are corrupted when accessing EiffelStudio through a terminal server session. Larry 2006_7_7
  • Auto-hide panels at the bottom have a 2 pixel gap. Not fixed,I think it looks nicer. Larry 2006_7_7
  • It's not possible to close tools anymore (at least the metric tool can't be closed). Ted 2006_7_13
  • Trying to open a class when the editor pane is empty crashes EiffelStudio Ted 2006_7_13
  • Closing last editor tab does not clean the features tool. Ted 2006_7_13
  • Crash if I don't have any editor tab open and enter a class in the address bar. Ted 2006_7_13
  • Remove action get's disabled if I pick a class. Ted 2006_7_13
  • Changed shortcut for closing editor/tool to be Ctrl + F4. Ted 2006_7_13
  • Categrized show tool command in tools menu. Ted 2006_7_13
  • Added New tab toolbar button and removed "new editor window" and "new context window" commands Ted 2006_7_13
  • Fixed a bug that sometimes back and forth history in feature tool crashed the compiler. An invalid call stack stone prevented history from returning a feature stone. Ted 2006_7_13
  • Fixed various crashes in Edit menu. Ted 2006_7_13
  • Added protections to all places that might fail when no editor is open. Ted 2006_7_13
  • Disable related commands when no editor is available. Ted 2006_7_13
  • Clicking on class tree or loading class by address bar creates a new editor if there is no editor available. Ted 2006_7_13
  • Integrated properties tool. Ted 2006_7_13
  • Fixed the bug that dropping a dotnet class did not load the correct text. Ted 2006_7_13
  • Add shortcuts for all tools according to the wiki page Shortcuts. Not yet configurable. Ted 2006_7_13
  • Handled focus issue so that any tool is raised it gains the focus. Ted 2006_7_13
  • Added shortcut 'Esc' to focus current main editor. Ted 2006_7_13
  • Fixed window tool. Ted 2006_7_13
  • Fixed the bug that a changed editor is closed by shortcut without asking. Ted 2006_7_13
  • Editable documents do not get saved when compiling if modified and they are not the currently selected tab. Ted 2006_7_14
  • Fixed a bug that after creating a new blank tab, the rest tabs failed to get colorized. Ted 2006_7_17
  • Fixed Pick and Drop on watch tools. Ted 2006_7_17
  • Objects tool divider position is lost. Ted 2006_7_18
  • The ctrl-tab window needs to look nicer. The 3D window look is outdated, can we use a flat-style border. The text also needs to be more compact. See VS .NET 2005. Larry 2006_7_14

Suggestions

  • React too early after clicking on close button. I think close action should be handled by release actions. Larry 2006_6_26
  • Add new editor tabs on the right instead on the left. Now we made it a perfence, user can choose the side he want. Larry 2006_6_26