479 Commits (d4f72430cb5e6c8e83e3573b8d2bbe9c0128c377)

Author SHA1 Message Date
eidheim d4f72430cb Fixed a crash when pressing enter at the first line when having a space at the end. Also a minor fix if one press enter at the last line. 10 years ago
eidheim 307f6b4be6 Tiny style fix to #96 10 years ago
Vadim 4d271d1513 remove iterator 10 years ago
Vadim 7a75c8f90f make tooltips class safety 10 years ago
eidheim 5ed9b6eb72 Added close symbol on tabs. 10 years ago
eidheim 4dc55579a1 Moved on_key_press_event and on_button_press_event to protected as in the Gtkmm classes. 10 years ago
eidheim ce7eedc058 Added override to on_key_press_event and on_button_press_event in source.h 10 years ago
eidheim 44091f86b6 Directories now derive from Gtk::TreeView instead of Gtk::ScrolledWindow. 10 years ago
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