Mission
The goal of this project is to create a C++ editing and refactoring tool. Until now
refactoring in C++ is a real pain in the ass for many programmers. This tool will allow
C++ programmers to focus on design.
I want this tool to become the best open source C++ refactoring tool ever!
Not as a plugin to any existing IDE but as an IDE on its own.
Some high-level features are:
- Whole new way of C++ programming. Creating namespaces, classes, interfaces, ... is fast and easy
- Easy refactoring (e.g. renaming, extract function, change function signature, ...)
Some high-level assumptions are:
- We will be using C++ as the programming language and Qt as the framework which makes it multi-platform.