Home
Name Modified Size InfoDownloads / Week
v0.0.4 2012-11-26
v0.0.3 2012-10-30
v0.0.2 2012-10-28
qtcreator 2012-10-28
v0.0.1 2012-09-10
README.txt 2012-11-26 1.2 kB
Totals: 6 Items   1.2 kB 0
Erlang Editor Plugin
====================
Plugin for QtCreator to edit Erlang source files
Functions:
- indentation (based on vimerl https://github.com/jimenezrick/vimerl)
- code folding
- syntax highlighting
- autocompleter for ",',(,[,{,<<
- Code wizards for the OTP behaviours (https://github.com/jimenezrick/vimerl)




Compiling Erlang Editor Plugin
==============================
- Download Qt 4.8.1
- Download QtCreator 2.5.0 source code
- If variables QTC_SOURCE and QTC_BUILD are not specified then edit erlangeditor.pro
  Change following to variable to point qtcreator source and build path
	isEmpty(QTCREATOR_SOURCES):QTCREATOR_SOURCES=
	isEmpty(IDE_BUILD_TREE):IDE_BUILD_TREE=



Installation
=============
1. Windows binary
 Download qt-creator-2.5.0-release-msvc2010.zip from qtcreator folder
 Download ErlangEditorPlugin_v0.x.x.zip and unpack to qtreator folder lib\qtcreator\plugins

Version history
===============
v0.0.4
- Add code wizards for the OTP behaviours

v0.0.3
- Improve indenter
- Improve highlighter
- Add autocompleter for ",',(,[,{,<<

v0.0.2
- Improve indenter
- Add code folding
- Add highlighter
- Add highlighter configuration page

v0.0.1
First version
Source: README.txt, updated 2012-11-26