Skip to content

maros136/TrollEdit_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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/2009/team05is-si/

Original repository:
http://code.google.com/p/ufo-pak/

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published