1276 Commits (b87fd347a0a03e185c578271f82335b0a43f3693)
 

Author SHA1 Message Date
Ole 807606696e Now using boost::regex instead of std::regex so that juci can compile with g++-4.8. Many systems use this old compiler and this makes juci compile on more platforms. Also, installation on Ubuntu 14 is simpler and do not require to tap the test repository. 10 years ago
eidheim fe8ffbc030 Added Categories to juci.desktop (see #86) 10 years ago
eidheim 56b6b823a0 Added deactivate/activate to Go to Usage menu item. 10 years ago
eidheim 30a9a226fb No longer shows tooltip right after going to a usage. 10 years ago
eidheim eb13a7e81f Added Go to Usage, and fixed #82 by removing the directory ignore option. This also makes implementing git integration easier. 10 years ago
eidheim df09dcbce7 Source::Token cleanup in preparation for Find Usages. 10 years ago
Ole Christian Eidheim f0591f077f Merge pull request #86 from eidheim/master 10 years ago
Ole b97adca947 Fixed Exec in juci.desktop. 10 years ago
Ole 8c7ccf6562 Fixed name in juci.desktop. 10 years ago
Ole d49e6fe040 Added .desktop file. Ubuntu menues should work decently now, although key-bindings are not updated from within juci (Ubuntu bug). 10 years ago
Jørgen Lien Sellæg 3aedffb708 Merge pull request #85 from eidheim/master 10 years ago
Ole Christian Eidheim b03382f3ad Fixed selected text on Gtk::MessageDialog using gtkmm instead. 10 years ago
Ole Christian Eidheim c6857421a9 Fixed selected text on Gtk::MessageDialog. 10 years ago
Ole Christian Eidheim 5ad3f43850 Fixed minor bug on Debian, where text was selected in Dialog::Message. 10 years ago
Ole Christian Eidheim 819d3ffaf6 Fixed Dialog::Message for Linux. 10 years ago
eidheim 2968da7a54 Dialog::message is now Gtk::MessageDialog. 10 years ago
eidheim 0cb2c6cf2f Simplified installation and integration of clang-format. 10 years ago
eidheim 85d66b8f2d Replaced old gtk_main_iteration with newer g_main_context_iteration. 10 years ago
eidheim a8c77d09cf Now compiles on older versions of gtk. 10 years ago
eidheim 086972d3c6 Dialogs now is centered with respect to the juci application. 10 years ago
eidheim a8367e3cb3 Using newer main iteration code in dialogs.cc 10 years ago
eidheim 2e54d69c69 Now again uses pango_context instead of depricated override_font. 10 years ago
U-ole-PC\ole 43a740a03b Now sets font correctly. 10 years ago
U-ole-PC\ole 20bdb25599 Fixed missing include in dialogs_win. 10 years ago
eidheim 92489acfe1 Added message on screen when creating compile_commands.json. 10 years ago
eidheim b373cbef55 Have tried precompiled headers, but its leading to less responsive clang-processing. Reverting back to prior clang-processing. 10 years ago
eidheim 914ed4b45a Now tries to compile/compile and run even without files if a directory is open. 10 years ago
eidheim 50d221c3cb Now again waits with the reparse until buffer is changed, leading to faster file open, meaning less resources used, and avoiding a minor bug introduced in last commit. This should conclude the work preparing to use precompiled headers acrossed files. 10 years ago
eidheim 64994a1a5b Now runs reparse right after translationunit is created to avoid delays when starting to writing code. 10 years ago
eidheim 11d01f8fa1 Starts reparse right away on buffer change if reparse has not been run before. This avoids several slow autocompletions if reparse has not been run before. 10 years ago
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 39fb97d295 Renamed strip_trailing_whitespaces to cleanup_whitespace_characters 10 years ago
eidheim 6ed8a55821 Renamed get_current_path to get_current_folder. 10 years ago
eidheim 5839186aa5 Added *_user_action to trailing whitespace stripping. 10 years ago
eidheim 6a4adbbf09 Fixed a bug in trailing whitespace stripping. 10 years ago
eidheim 17732a3e82 Added option to strip trailing whitespaces on save, and add trailing newline if missing. 10 years ago
eidheim a288ce37cb Improved and consistant default directory handling for run command and dialogs. 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 fe2cf9bea4 Now uses gtk dialog on Windows when creating folder, since Windows does not support this... 10 years ago
Jørgen Lien Sellæg 45b3864d7a Merge pull request #80 from eidheim/master 10 years ago
eidheim 3581669eba Forgot to remove iostream include. 10 years ago
eidheim 52b513eb44 Now compiles with older versions of glibmm. 10 years ago
eidheim 6bdfbc0564 Minor changes. 10 years ago
eidheim baf5dce0dd Renamed for instance locations to more suitable environment_variables. 10 years ago
eidheim d25c801dd7 Various smaller fixes and cleanups. 10 years ago
U-olece-PC\olece 9111d7170f Finished cleanup of dialogs_win.cc 10 years ago
U-olece-PC\olece 954d50e988 More fixes to dialogs_win.cc 10 years ago
U-olece-PC\olece 76f53e5445 Fixed cmake project search that was broken with boost::filesystem::path/= operator. 10 years ago
U-ole-PC\ole ec4fc631ba Cleanup of dialogs, as well as fixing a couple of crashes. 10 years ago
eidheim ae16b50519 Merge branch 'cppit-master' 10 years ago