Releases: EsotericSoftware/Nateclipse
Releases · EsotericSoftware/Nateclipse
Release list
4.2
4.1
- Allow Pi installations via
pi install git:github.com/EsotericSoftware/Nateclipse. - Added extensions.
- Improved matching for members.
4.0
- Added type and member completion at the Pi prompt.
3.9
- Limit ambiguous type errors.
- Exact matches beat fuzzy.
- Better error message if an image can't be decoded.
- The read tool can now take a URL.
- Settings for number of lines shown, and to suppress ctrl+o reminder text.
- Fixed tab extensions after save.
- Fixed templates not globally before type proposals.
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.