Releases: EsotericSoftware/Nateclipse
Releases · EsotericSoftware/Nateclipse
3.8
- Support for constructor name.
- Fixed finding member classes.
- Bare | adds -E unless -E/-F/-P is present. Removed grep "with -E".
- Fixed edit fix up merge.
- Faster completion.
- Smarter about sorting locals above cursor, parameters, locals below cursor, then others in file, etc.
- Methods/fields in current file first, restructured.
- Merge edit fix up result.
- Better grep description.
3.7
- Don't show redundant method name for java_method.
- Omit package for responses that list multiple types.
- Omit package when the input had the FQN.
- Fixed java_hierarchy crash.
3.6
- Fixed java_references for a type.
- Move stub generators to the top of completion.
- Fixed java_method not finding super methods.
- Better sorting for templates.
- If grep -E gives > 0 && <= 10 matches, just show them.
- Improved grep syntax highlighting.
- Improved styling.
- Don't dump javadocs for inherited members in java* and other common packages.
- Line numbers for java_method and java_type for consistency.
3.5
- Added grep and read tools.
- Put binary matches at the bottom of Open Type dialog.
- Completion sorts imports in current file to the top.
3.4
- Much more efficient java_grep.
- Fixed missing syntax highlighting.
3.3
- java_callers shows all overloads instead of using the first.
3.2
- java_classpath supports multiple projects.
3.1
- java_grep shows enclosing type.
- Print class names on separate lines.
- Consistent output formatting across tools.
- Templates come first in completion.
3.0
3.0
2.9
- Better java_method output for super/overrides.
- For java_grep failure with | and without -E, give hint.
- Support
.instead of$for member classes. - Better error messages.