ccw-ide / ccw

Counterclockwise is an Eclipse plugin helping developers write Clojure code
https://github.com/laurentpetit/ccw/wiki/GoogleCodeHome
Eclipse Public License 1.0
218 stars 49 forks source link

Namespace browser inconsistent behavior #853

Open sleyzerzon opened 8 years ago

sleyzerzon commented 8 years ago

Depending on the way Namespace Browser view is opened, it displays different behavior:

1) via Ctrl+3, choose Namespace Browser - the namespaces do NOT populate on view load

1

2) via Window|Show View|Other|Clojure Views|Namespace Browser - namespaces are populated and visible 2

When view is loaded via one of the 2 of the above modes, its behavior persists, i.e. if opened via Ctrl+3, then once the view is visible, reopening it via the Eclipse Window menu doesn't populate the view's namespaces tree contents.

Is this an expected behavior?