The Class Structure Pane is not refreshed when toggling 'show non-public'
From the Structure Window for this class:
public class DenyAction extends DecisionAction {
static class QueryURL (...}// class QueryURL
}
Given that the default class structure view is:
Show Inherited
Show Non-Public
1) Turn off the 'Show Inherited'
2) Now toggle the show 'Non-Public' on and off
The static inner class is not redisplayed !!
WORKAROUND
The only way to redisplay the inner class is to select the "project View"
then select back on "Structure View"
to get the inner class definition to be displayed in the Pane.
This is a regression from IntelliJ 5.1.
The structure view is heavily used for navigation of code bases.and deserving to be fixed
in Serena
Description
The Class Structure Pane is not refreshed when toggling 'show non-public'
From the Structure Window for this class:
public class DenyAction extends DecisionAction {
static class QueryURL (...}// class QueryURL
}
Given that the default class structure view is:
Show Inherited
Show Non-Public
1) Turn off the 'Show Inherited'
2) Now toggle the show 'Non-Public' on and off
The static inner class is not redisplayed !!
WORKAROUND
The only way to redisplay the inner class is to select the "project View"
then select back on "Structure View"
to get the inner class definition to be displayed in the Pane.
This is a regression from IntelliJ 5.1.
The structure view is heavily used for navigation of code bases.and deserving to be fixed
in Serena