870 Commits (bb711f70d09bd04cac8d547274b0e33de6ae9538)

Author SHA1 Message Date
eidheim df3eba9473 boost::regex optimization (building regexes can be somewhat resource demanding) 10 years ago
eidheim 068002f798 Now iterating clang_tokens vector reversed. Also now looks for function implementations 10 years ago
eidheim d4b9498269 clang autocomplete: moved stream manipulator replacements to map 10 years ago
eidheim 9736a734f8 Added: Go to Implementation 10 years ago
eidheim 605d33e6b3 Clang autocomplete: added fixes for common stream manipulators 10 years ago
eidheim b26eacdc77 Minor fix of PR #214 10 years ago
milleniumbug b2be83e9d0
Don't throw an exception on canonicalize 10 years ago
milleniumbug 32c11e64cb
fixed issue with removing breakpoints 10 years ago
Jørgen Lien Sellæg 9034b37da7 Remove unused files 10 years ago
Goto40 b80652a930 Add documentation generation using doxygen 10 years ago
Goto40 6cf4d697ab added target doc; added demo documentation; added automatic plantuml detection (Download and install http://de.plantuml.com/). 10 years ago
eidheim f66e59ee9e SourceClang: moved retrieving diagnostics away from main thread, since large number of warnings (>100) would lead to temporary nonresponsive application 10 years ago
Ole Christian Eidheim 8825fd6099 Removed boost-log and boost-thread dependencies 10 years ago
eidheim b142ee6af8 Version 1.1.3 10 years ago
eidheim c576d3688a No longer shows tooltips when mouse pointer is right of a line ending with a type cursor 10 years ago
eidheim 76f1965dbb Optimized Directories::select, making the function more responsive with large directories 10 years ago
eidheim 09f38f5610 Preferences: updated gtk_theme.variant_comment 10 years ago
eidheim 679bbf151a Use default system theme if none specified in preferences. Default system theme is now default in juCi++ 10 years ago
Ole Christian Eidheim c605dab165 Working directory for libclang set to default build path. Fixes relative include paths in compile_commands.json, see #177 10 years ago
milleniumbug 9c5f1bba63
Fixed minor memory leak 10 years ago
eidheim 09b93b33da CMakeLists.txt: added extra warning flags 10 years ago
milleniumbug dea65472ba
changed main() created by "New C++ project" option 10 years ago
eidheim 24e05e4907 New C++ project: update directories after build is created 10 years ago
eidheim 8711563c74 New C++ project: added extra warning flags 10 years ago
eidheim a3de0e0555 libclang: added support for the upcoming 3.8.1 and 3.9 releases 10 years ago
eidheim b50de001ba Source: added exception for html when finding tab char and size 10 years ago
eidheim 0dacfdedaa Improved javascript support 10 years ago
eidheim add8c875c7 Directories: added new folder in right click menus, and some cleanup 10 years ago
eidheim eb2e191466 Directories: fixed tab tooltips after directory rename 10 years ago
eidheim 5f623bc36f Directory: call Entry::hide only once when renaming file/directory. Fixes segmentation fault on OS X. 10 years ago
eidheim 94ae9eaaa0 Minor cleanup: corrected indentation 10 years ago
eidheim 19da4a189a Hide entry box on drag and drop to avoid complexity when for instance moving files while rename box is shown 10 years ago
eidheim 7d10fa491b Cleanup of directory view right click menus. Also now checks if target path exists on rename 10 years ago
eidheim 45b86c4816 Cleanup and improvements related to #187: right click menu operations in directory view 10 years ago
milleniumbug 5f311bd9a0 Made creating files in root directory possible 10 years ago
eidheim eb819d9e12 Minor cleanup of the printing feature 10 years ago
eidheim fd516299d4 Added source printing/exporting to pdf 10 years ago
eidheim c1edb29d02 Further mutex cleanup 10 years ago
eidheim 9eb883b49b Version set to 1.1.2 10 years ago
milleniumbug 9cd138b541
renamed the "Create new file here" to "Create file" 10 years ago
milleniumbug 889a112df2
added opening the file on using the "create new file here" option 10 years ago
Jørgen Lien Sellæg c0910d9e1e Cleanup of CMakeLists.txt 10 years ago
milleniumbug 47f9f4599c
added new directory tree feature: create new file here 10 years ago
milleniumbug 655f084d22 Fixed keeping the mutex while sleeping 10 years ago
milleniumbug 649647abc5 replaced direct lock()/unlock() calls to mutex with unique_lock 10 years ago
eidheim 27dfdc0dac Fixed a minor memory leak in Terminal::InProgress shared_ptr destructor 10 years ago
eidheim 9da69c8dc8 Added missing line 10 years ago
eidheim a6702746b5 Fixes #179 10 years ago
eidheim 0a592c54ab Smaller terminal font size now correctly set. Related to #179 10 years ago
eidheim 6d0d832c83 Reverted last commit, problematic when size is equal to 0. See #179 10 years ago