summaryrefslogtreecommitdiffstats
path: root/src/IndentHandler.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for regex in uigui_uncrustify.ini. This allows to parse options ↵Michele Calgaro2023-11-061-0/+1
| | | | | | with separators around the '=' sign Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Finish off the indenter code and update to TQ_OBJECTMichele Calgaro2023-08-051-9/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to call the indenter and update the previewMichele Calgaro2023-07-141-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to detect how to call the indenterMichele Calgaro2023-07-091-2/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to create the indenter calling scriptMichele Calgaro2023-07-091-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to read indenter ini files and populate GUI toolboxMichele Calgaro2023-06-051-83/+78
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added UiGuiErrorMessage, UiGuiIniFileParse and some code related toMichele Calgaro2023-05-311-20/+20
| | | | | | them. Added indenter .ini files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added initial empty GUI for the indenterMichele Calgaro2023-05-161-0/+180
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added main window menubar GUI. The logic of each action has not been ↵Michele Calgaro2022-09-181-195/+0
| | | | | | implemented yet. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Format code using uncrustifyMichele Calgaro2022-08-051-140/+152
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raw Qt->TQt conversion using ↵Michele Calgaro2022-07-161-89/+89
| | | | | | tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Convert files to unix format. Convert C++ header names to C header names.Michele Calgaro2022-07-161-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Initial import of UniversalIndentGUI 1.2.0 from Debian snapshotMichele Calgaro2022-07-101-0/+183
(https://snapshot.debian.org/package/universalindentgui/1.2.0-1.1). The code is available under GPL2 licence. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>