676 Commits (93b226c64241b7a38f93226ab1fc628bdfed746b)

Author SHA1 Message Date
eidheim 7e598ae91a Cleanup of soft_reparse uses, and fixed a bug where implementation files were not correctly reparsed after using rename that included a header file. 10 years ago
eidheim 18c34be06d Tiny cleanup. 10 years ago
eidheim fd4668bfe4 Major cleanup of autocomplete, and a couple of minor fixes. 10 years ago
eidheim 01ae71eb81 Another minor extra cleanup to parsing. 10 years ago
eidheim 9f3ffcef56 Minor extra cleanup to parsing. 10 years ago
eidheim 7b78a6aea9 Clang parse cleanup, at least somewhat more understandable now. Also more robust. 10 years ago
Vadim 71792fc145 remove redundant classname 10 years ago
eidheim fdede18bd8 Now possible to perform clang processing without copy of buffer from Glib::ustring. 10 years ago
eidheim 81f50bef10 Minor cleanups. Added override keywords in some header files. 10 years ago
eidheim 1221fe1529 Fixed the hide override issue discussed in #91. We should also add override elsewhere when appropriate. 10 years ago
eidheim c3ea4c722b Fixes #92, and some cleanup of the reparse functions and variables. 10 years ago
eidheim 22cb10eea3 Fixed use of ' in spellcheck. 10 years ago
Vadim 0117ab4696 restore Window::hide 10 years ago
Vadim 8ee7865924 restore boost::regex 10 years ago
Vadim 9734ea89fc don't hide gtkmm interfaces! (gtkmm doc) 10 years ago
Vadim 03ae90b411 override virtual functions from gtk::Application 10 years ago
Vadim fe143399ea add include guard 10 years ago
Vadim 6dd5bf8bde use std::rgex instead boost::regex 10 years ago
Vadim 9ca0945d8f fix access to data member through pointer 10 years ago
eidheim d56b484235 Added line numbers to goto method, and at the same time got rid of duplicate rows if declaration and implementation is in the same file. 10 years ago
eidheim f4c9fa3780 More correct bold use in goto method. 10 years ago
eidheim 578de1a83f Cleaned up go to usage abit. 10 years ago
U-olece-PC\olece 9f03520586 list_view_text.hide() now only called once. 10 years ago
eidheim 0466a0eeaf Now clears list store on hide. 10 years ago
eidheim 73d4889b68 Tokens are now bold when using go to usage and go to methods. 10 years ago
eidheim 5347673461 Removed iostream and std namespace from dialogs.cc. 10 years ago
eidheim 09499c4c03 Hopefully the last paste-bug-fix. 10 years ago
eidheim d1f50f4346 Fixed another paste crash. 10 years ago
eidheim 4af4189657 Rename entry does not show anymore when no token is found. 10 years ago
eidheim f7345110cb Added error_code to boost::filesystem::current_path. 10 years ago
eidheim 6ca8fd6146 Simplified boost::filesystem::last_write_time check. 10 years ago
eidheim 9d5ab766f6 Fixed crashes related to boost::filesystem::exists and ::last_write_time. 10 years ago
eidheim f77e7723ba Spellcheck encoding is now always utf-8. 10 years ago
eidheim d378051ea7 No longer crashes when doing spell check buffer with missing spell check language. 10 years ago
eidheim 3339ecbc86 Minor readability fix. 10 years ago
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 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 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