Skip to content

Releases: EsotericSoftware/Nateclipse

3.8

02 May 21:25

Choose a tag to compare

  • 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

27 Apr 07:16

Choose a tag to compare

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

26 Apr 17:47

Choose a tag to compare

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

23 Apr 04:09

Choose a tag to compare

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

22 Apr 01:23

Choose a tag to compare

3.4
  • Much more efficient java_grep.
  • Fixed missing syntax highlighting.

3.3

21 Apr 05:43

Choose a tag to compare

3.3
  • java_callers shows all overloads instead of using the first.

3.2

21 Apr 04:38

Choose a tag to compare

3.2
  • java_classpath supports multiple projects.

3.1

20 Apr 15:56

Choose a tag to compare

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

19 Apr 03:48

Choose a tag to compare

3.0
3.0

2.9

19 Apr 01:55

Choose a tag to compare

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.