218 Commits (24246de5c3371c0221243d236b41397621f66e54)

Author SHA1 Message Date
eidheim d66edc824d Faster clang processing on open file, adds a slight delay first time the next reparse is performed. This is more clean with respect to using precompiled header files in the future. 10 years ago
eidheim 8617e5894d Can now create files from command line arguments (juci . new_file.py), and error messages in terminal are set to bold. 10 years ago
eidheim 626d347387 Singletong and config cleanup. Got rid of most if not all circular includes. 10 years ago
Jørgen Lien Sellæg 785f4ef123 Add clang-format command to configuration. I use clang-format-3.7 for instance. 10 years ago
eidheim e41b5bce86 Minor fix to auto-indentation. 10 years ago
eidheim 407e0fd967 Can now use tabs with auto-indentation in clang-files. 10 years ago
eidheim f20823c477 Now getting rid of all dispatchers on source_clang delete. 10 years ago
eidheim 61722b063b Auto-indent now uses stdin instead of temporary file. 10 years ago
eidheim d912faf484 Fixes to auto-indent buffer. 10 years ago
eidheim 30beb18ff3 Added clang-format style options to config file. 10 years ago
eidheim 6484c75e95 Now creates a tmp file in the users's tmp file directory when doing auto-indentation. 10 years ago
eidheim 7a4d9e6d61 Implemented auto-indentation of a whole buffer through clang-format. 10 years ago
eidheim 17e45b1e63 Resolved conflicts in #68. 10 years ago
eidheim 72d192e08c Cleanup of source and source_clang. 10 years ago
eidheim b4f4af5af4 Moved ClangViewParse to source_clang.*. 10 years ago