

Removed Designer form, (the UI is created in the mainwindow.cpp file) for more customization and less bloatware code (ui_mainwindow.h was around 700 lines long, which were replaced by 148 lines of code).Changed coding style to the "CamelCase" style.Added "Welcome Screen" (like in Scratch).Added calculation of the size of the document.Temporarily removed "Minimal Mode" and "Normal Mode" support (because of the code redesign).You can post your suggestions and/or ideas at, or you can send me an e-mail to Changelog You can report bugs at or by sending me an e-mail to have an idea/suggestion, how can I ask for it to be implemented in Thunderpad? I found a problem with Thunderpad, how can I report it? No, Thunderpad is aiming to be a simple and general purpose text editor, like Microsoft Notepad, but with more features (such as line count and syntax highlighting) and multiplatform (using the Qt Framework). Is Thunderpad Editor aiming to be a clone of the commercial TextPad? (this question made sense when Thunderpad was called Textpad) Have a great time hacking around the source code! F.A.Q To compile this program, open the Thunderpad-editor.pro file with Qt Creator, configure the project and press CTLR + R to run it.
Textpad app os x install#
You will need to install Qt and Qt Creator (you can download them at ). This will create an executable named "Thunderpad-editor", to run it, simply type "./Thunderpad-editor". To compile this program, simply execute the following command in a terminal (without qoutes): "qmake Thunderpad-editor.pro & make", you should be in the directory where you extracted the tarball (use the "cd" command). You will only need the Qt4 developer libraries in order to compile the program.

Textpad app os x mac osx#
Linux, Mac OSX and other UNIX variants that support Qt Drag the "Thunderpad Editor.app" file to the "Applications" folder.Ĭompilation Instructions (if you got the source code).Download the Thunderpad DMG image and mount it.

