erlide_eclipse

Eclipse IDE for Erlang

Stars
202
Committers
18

Bot releases are visible (Hide)

erlide_eclipse - v0.29.12

Published by vladdu over 9 years ago

Full Changelog

Implemented enhancements:

  • simplify "new module" dialog #222

Fixed bugs:

  • epp error, unable to build automatically #229

Closed issues:

  • There is no way to securely download the plugin #228
  • docs: remove outdated info about sourceforge #226
  • unable to build erlide #225
  • Couldn't able to run erlide in Eclipse, throws an error #217
  • Cannot get Console working #212
  • Can you support offline download method for erlide? #199

Merged pull requests:

  • Have the source found where it is defined in the beam when default search fails. #220 (zsoci)
erlide_eclipse - v0.29.11

Published by vladdu over 9 years ago

6bfa566 fix stupid mistake
ba482a3 fix bug in term parser (lists, tuples and maps did not require commas)

erlide_eclipse - v0.29.10

Published by vladdu over 9 years ago

1376,1044 - make erlang backend restartable

erlide_eclipse - v0.29.9

Published by vladdu almost 10 years ago

erlide_eclipse - v0.29.7

Published by vladdu almost 10 years ago

49a367c #207 - Code reloading on remote nodes
9baaa98 #208 - Problem loading on remote nodes

erlide_eclipse - https://github.com/erlang/erlide_eclipse/releases/tag/v0.24.0

Published by vladdu almost 10 years ago

erlide_eclipse - v0.29.6

Published by vladdu almost 10 years ago

64ca778 [releng] update buckminster and build erlang only with rebar
3b5e361 update graphviz reference
08c2d42 hotfix NPE in editor
6dff42e don't call kernel.ide stuff from headless code

erlide_eclipse - v0.29.5

Published by vladdu about 10 years ago

885212a show console after launching Erlang app
6bb740c add tooltips to wizard buttons in toolbar
6e02d9c handle partial versions, like 17.4-rc1
9e0eb5e don't crash if no runtime can be found at startup
6e429ff console: specify and recognize encoding for printed-out values
76617d5 1372: "Source directories" in project properties is whitespace sensitive
e959379 #198: OTP version is not properly detected

and also optimizations and fixes for internal stuff (mostly regarding the backend handling)

erlide_eclipse - v0.29.4

Published by vladdu about 10 years ago

Fix code reloading when saving a file in the editor.

erlide_eclipse - v0.29.3

Published by vladdu about 10 years ago

Mainly fixes problems with the debugger, that were introduced in 0.29.1.

erlide_eclipse - v0.29.1

Published by vladdu over 10 years ago

Fix problem with Eclipse 4.4 Luna that prevented erlide to start.

erlide_eclipse - v0.29.0

Published by vladdu over 10 years ago

25e504f gh189 - stop an erlang shell connected to an external erlang node
ebe85da fix synchronization issue when starting shell
8058d81 handle crashing ide runtimes better
62eb047 fix in jinterface: better exception messages
12ef932 console: copy/paste works now in both fields
e0fdb06 improve multiline handling; still some things depend on scanner fix
a4362ef adjust indentation for concatenated strings
37698cd gh184 gh185 - indentation issues with record/map as first parameter
252c4a3 gh183 - Named fun indentation broken

erlide_eclipse - v0.28.2

Published by vladdu over 10 years ago

0ac33c7 convert all xtend files to utf-8
5b92d33 gh181 - don't show crash report for execution backends
a3fbc60 gh182 - console title shows if launch mode is "debug"
c8ac625 add "goto matching bracket" command (Ctrl-Shift-P)
94c2a77 add debug printouts for 1353
6e8723b workaround for slow input in console
94ac6d7 allow typespec with specified module
a8ad6ea edoc: properly detect typespec before function
e4c9526 add icons for macros, records
1a145c3 1303 - autodetect source directories
9ea8bab 1300 - builder traverses all source dirs looking for .app.src and modules

erlide_eclipse - 0.28.1

Published by vladdu over 10 years ago

7eae493 gh152 - Toggle comment (Ctrl-/) scrolls the editor
5ac542b 1239 - completion: proposals should close after dot or semicolon
b7852a3 1315 - Toggle comment (Ctrl-/) scrolls the editor
49a3863 gh171 - Indentation for "after" clause in try/catch seems off
5750c82 gh176 - Comment code CTRL-SHIFT-C works strange
4d7d6a2 gh175 - code completion is case sensitive
f1cac75 Build otp model only once and cache it better
2b7f379 wrangler: make dependency on graphviz optional
f68f112 publish latest version number in plain text
_______ 809 - disable autocompletion chars in string literals

erlide_eclipse - v0.28.0

Published by vladdu over 10 years ago

Now with support for Erlang/OTP 17.

This also means that support for R14B is dropped.