Skip to content

Releases: EsotericSoftware/Nateclipse

4.2

Choose a tag to compare

@NathanSweet NathanSweet released this 08 Jul 20:28
  • More efficient filter.ts.
  • Fixed filter.ts for Kitty/similar terminals.

4.1

4.1

Choose a tag to compare

@NathanSweet NathanSweet released this 07 Jul 19:41
  • Allow Pi installations via pi install git:github.com/EsotericSoftware/Nateclipse.
  • Added extensions.
  • Improved matching for members.

4.0

4.0

Choose a tag to compare

@NathanSweet NathanSweet released this 07 Jul 03:32
  • Added type and member completion at the Pi prompt.

3.9

3.9

Choose a tag to compare

@NathanSweet NathanSweet released this 03 Jul 18:09
  • 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

3.8

Choose a tag to compare

@NathanSweet NathanSweet released this 02 May 21:25
  • 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

3.7

Choose a tag to compare

@NathanSweet NathanSweet released this 27 Apr 07:16
  • 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

3.6

Choose a tag to compare

@NathanSweet NathanSweet released this 26 Apr 17:47
  • 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

3.5

Choose a tag to compare

@NathanSweet NathanSweet released this 23 Apr 04:09
  • 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

3.4

Choose a tag to compare

@NathanSweet NathanSweet released this 22 Apr 01:23
  • Much more efficient java_grep.
  • Fixed missing syntax highlighting.

3.3

3.3

Choose a tag to compare

@NathanSweet NathanSweet released this 21 Apr 05:43
  • java_callers shows all overloads instead of using the first.