807606696eNow 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.
Ole
2015-11-17 10:59:52 +0100
fe8ffbc030Added Categories to juci.desktop (see #86)
eidheim
2015-11-17 10:14:29 +0100
56b6b823a0Added deactivate/activate to Go to Usage menu item.
eidheim
2015-11-15 13:44:54 +0100
30a9a226fbNo longer shows tooltip right after going to a usage.
eidheim
2015-11-15 13:39:20 +0100
eb13a7e81fAdded Go to Usage, and fixed#82 by removing the directory ignore option. This also makes implementing git integration easier.
eidheim
2015-11-15 13:30:20 +0100
df09dcbce7Source::Token cleanup in preparation for Find Usages.
eidheim
2015-11-15 10:58:25 +0100
f0591f077fMerge pull request #86 from eidheim/master
Ole Christian Eidheim
2015-11-14 11:02:53 +0100
b97adca947Fixed Exec in juci.desktop.
Ole
2015-11-14 10:50:39 +0100
8c7ccf6562Fixed name in juci.desktop.
Ole
2015-11-14 10:33:37 +0100
d49e6fe040Added .desktop file. Ubuntu menues should work decently now, although key-bindings are not updated from within juci (Ubuntu bug).
Ole
2015-11-14 10:24:06 +0100
b03382f3adFixed selected text on Gtk::MessageDialog using gtkmm instead.
Ole Christian Eidheim
2015-11-12 14:39:55 +0100
c6857421a9Fixed selected text on Gtk::MessageDialog.
Ole Christian Eidheim
2015-11-12 14:31:33 +0100
5ad3f43850Fixed minor bug on Debian, where text was selected in Dialog::Message.
Ole Christian Eidheim
2015-11-12 14:09:26 +0100
819d3ffaf6Fixed Dialog::Message for Linux.
Ole Christian Eidheim
2015-11-12 13:58:49 +0100
2968da7a54Dialog::message is now Gtk::MessageDialog.
eidheim
2015-11-12 13:45:53 +0100
0cb2c6cf2fSimplified installation and integration of clang-format.
eidheim
2015-11-12 10:38:38 +0100
85d66b8f2dReplaced old gtk_main_iteration with newer g_main_context_iteration.
eidheim
2015-11-11 20:57:04 +0100
a8c77d09cfNow compiles on older versions of gtk.
eidheim
2015-11-11 20:46:12 +0100
086972d3c6Dialogs now is centered with respect to the juci application.
eidheim
2015-11-11 20:34:43 +0100
a8367e3cb3Using newer main iteration code in dialogs.cc
eidheim
2015-11-11 20:22:38 +0100
2e54d69c69Now again uses pango_context instead of depricated override_font.
eidheim
2015-11-11 18:27:46 +0100
43a740a03bNow sets font correctly.
U-ole-PC\ole
2015-11-11 18:01:10 +0100
20bdb25599Fixed missing include in dialogs_win.
U-ole-PC\ole
2015-11-11 17:39:25 +0100
92489acfe1Added message on screen when creating compile_commands.json.
eidheim
2015-11-11 14:04:05 +0100
b373cbef55Have tried precompiled headers, but its leading to less responsive clang-processing. Reverting back to prior clang-processing.
eidheim
2015-11-10 19:57:29 +0100
914ed4b45aNow tries to compile/compile and run even without files if a directory is open.
eidheim
2015-11-09 20:27:44 +0100
50d221c3cbNow 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.
eidheim
2015-11-09 12:11:53 +0100
64994a1a5bNow runs reparse right after translationunit is created to avoid delays when starting to writing code.
eidheim
2015-11-09 10:02:33 +0100
11d01f8fa1Starts 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.
eidheim
2015-11-09 09:36:13 +0100
d66edc824dFaster 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.
eidheim
2015-11-09 09:11:46 +0100
39fb97d295Renamed strip_trailing_whitespaces to cleanup_whitespace_characters
eidheim
2015-11-08 20:27:26 +0100
6ed8a55821Renamed get_current_path to get_current_folder.
eidheim
2015-11-08 19:35:59 +0100
5839186aa5Added *_user_action to trailing whitespace stripping.
eidheim
2015-11-08 19:13:41 +0100
6a4adbbf09Fixed a bug in trailing whitespace stripping.
eidheim
2015-11-08 19:08:00 +0100
17732a3e82Added option to strip trailing whitespaces on save, and add trailing newline if missing.
eidheim
2015-11-08 18:53:40 +0100
a288ce37cbImproved and consistant default directory handling for run command and dialogs.
eidheim
2015-11-08 18:10:04 +0100
8617e5894dCan now create files from command line arguments (juci . new_file.py), and error messages in terminal are set to bold.
eidheim
2015-11-08 10:45:24 +0100
fe2cf9bea4Now uses gtk dialog on Windows when creating folder, since Windows does not support this...
eidheim
2015-11-07 10:52:03 +0100