You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off this plugin is great -- I've been using it daily and telling other developers about it who have also begun using it.
Would it be possible to add expanded support for table views like you see in the Package Explorer and debug variable windows? Currently, you can search the package explorer and matches will only be returned for previously expanded folders. It would be helpful if the plugin could crawl the graph structure in this circumstance and expand all the nodes that match your search criteria.
Thanks again for the great work!
The text was updated successfully, but these errors were encountered:
We already have this support. You need to index hidden content first and there is a button "Index component" on the glance panel. You can even enable auto indexing on the glance preference page.
However you need to be careful with this feature. Some components can be too deep. For example few plugins in your Package Explorer hide all classes/methods of all system jars and standard plugins. Most likely your eclipse hasn't enough memory to index all this stuff. Therefore we have one more option on the preference page - "max indexing depth for trees" which equals to 4 by default.
You can play with all these options to find the best for your needs.
Yuri, this is great -- thanks! I didn't figure this about because it looks like the index button disappears randomly. Here is a test case to reproduce:
Open Debug perspective
Click on Variables view / tab
Open Glance
Notice the index button is visible in the Glance panel
Click on the Java perspective
Notice the index button disappears
Click on a package or file -- still no index button
Click in the space where the index button should be and it refreshes properly
ystrot,
First off this plugin is great -- I've been using it daily and telling other developers about it who have also begun using it.
Would it be possible to add expanded support for table views like you see in the Package Explorer and debug variable windows? Currently, you can search the package explorer and matches will only be returned for previously expanded folders. It would be helpful if the plugin could crawl the graph structure in this circumstance and expand all the nodes that match your search criteria.
Thanks again for the great work!
The text was updated successfully, but these errors were encountered: