forked from Innovators-Team10/TrollEdit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
33 lines (21 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
TrollEdit is a Qt based text editor developed by students at Slovak University of Technology.
The main goal of the project is to teach students open source deveopmnet and team management.
TrollEdit itself is an experiment to utilize full AST code analysis during writing of code.
This can have benefits in various common tasks such as moving blocks of code, syntax checking,
syntax highlighting etc.
This repository contains a fork of the project which I modified to use CMake based build system
instead of the default qmake. Other modifications include statically linked in lpeg and reordered
project file structure.
__________________________________________________________________________________________
Links
Slovak University of Technology:
http://www.fiit.stuba.sk/generate_page.php?page_id=749
Students project page (in Slovak)
http://labss2.fiit.stuba.sk/TeamProject/2011/team10is-si/index.html
Project page (in English):
http://innovators-team10.github.com
Install instructions:
https://github.com/Innovators-Team10/TrollEdit/wiki/Install-instructions
__________________________________________________________________________________________
Contact