Skip to content

fejo/TrollEdit-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Students project page (in Slovak):
http://labss2.fiit.stuba.sk/TeamProject/2011/team10is-si/plan.html


Setting up in QTCreator (2.0 Beta recomended)
- Open CMakeLists.txt in project browse dialog.
- Configure CMake with no additional args.
- Add argument "install" to build step "make", this will install builds to [path_to_project]/TrollEdit with all resources
- Add custom executable pointing to [path_to_project]/TrollEdit/trolledit with workdir set to [path_to_project]/TrollEdit
- Build/Debug/Code as needed

About

Students project. AST driven QT based text editor with graphical enhancements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.9%
  • Lua 11.3%
  • C++ 6.8%