The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| v0.0.1.zip | 2012-09-10 | 32.9 kB | |
| Totals: 1 Item | 32.9 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