1859 Commits (a237049918b528a97a35b28a102ce06e23a075c1)
 

Author SHA1 Message Date
eidheim f924a7f3f9 Second attempt at avoiding tooltip from stealing focus. 11 years ago
eidheim 57cb7b4577 Small fix in Tooltips, can now show tooltips from several Tooltips-objects at once without overlap (see comments). 11 years ago
eidheim b109ebf380 Fixed GLib-GObject-WARNING messages for older GTK+ versions without underline-rgba property. 11 years ago
eidheim c1aebf7902 Minor cleanup. 11 years ago
eidheim 4a5eba77b8 Added convenient Tooltips::show() and Tooltips::hide(). 11 years ago
eidheim e95c89ccbe Added diagnostics; warning and error messages while writing code. 11 years ago
Ole Christian Eidheim 205de3da6d Merge pull request #6 from cppit/master 11 years ago
Jørgen Lien Sellæg 9403e862b9 Merge pull request #18 from cppit/searchandreplace 11 years ago
Jørgen Lien Sellæg d182c6c246 Merge branch 'searchandreplace' of https://github.com/cppit/jucipp into searchandreplace 11 years ago
Jørgen Lien Sellæg a0dfad181c Working search back and forward 11 years ago
eidheim 7ad10db1fe Added llvm version 3.6.1. 11 years ago
eidheim 18c1f26220 Added initial syntax highlighting when opening clang-files without #include. 11 years ago
eidheim 7d9403f1a2 Better autocompletion, working now even inside expressions. 11 years ago
eidheim 8bec1cd58d Small cleanup. 11 years ago
eidheim c1714c5b35 Fixed crash from last commit. Moved the progress messages to a seperate class, and added cancel message. 11 years ago
eidheim dd86269837 See TODO. Should fix this before merge. 11 years ago
eidheim 5c21533435 Fixed a crash when tab was closed before the parsing was done. Juci sometimes crashes when quitting, maybe while parsing for the first time. Will look into it. 11 years ago
eidheim 6d7c4ffa09 Mainly cleanup of terminal.*. Added first time clang-parsing message in terminal. 11 years ago
eidheim 85d3e6aefc Instant file opening (can now see and write code while the file is being parsed for the first time), twice as fast initial parse+reparse, .h-files parsed as c++-files (guess this is ok). 11 years ago
eidheim 68ac889879 A little cleanup, mostly getting rid of warnings (Added -Wall and -Wno-reorder to compilation). 11 years ago
Ole Christian Eidheim eb03b69ccf Merge pull request #5 from cppit/master 11 years ago
eidheim 88c83660c1 Cleaned up entry.*. New file now works, but did simplify it abit, that is removed new header and new c++ file, hope that was ok. More cleanup of source.* too. 11 years ago
Jørgen Lien Sellæg bfb979530d Update README.md 11 years ago
Jørgen Lien Sellæg c32f2d95e9 Merge branch 'master' of https://github.com/cppit/jucipp 11 years ago
Jørgen Lien Sellæg 42758fa300 Merge pull request #16 from eidheim/master 11 years ago
eidheim 749e28a259 Started cleaning up notebook.*. Fixed copy of Notebook::Controller::source_config. 11 years ago
eidheim 92e2417787 Moved basic indentation to Source::View, Clang specific indentation still in Source::ClangView. Some fixes, improved indentation for non-clang files, also added tab_char to Source::Config. 11 years ago
eidheim 832ef8881c Made SelectionDialog more general, now receiving Gtk::TextView& instead. Minor cleanup in source.*. 11 years ago
eidheim 45706a3905 Small fix, copied old code. 11 years ago
eidheim 27cff8be26 Did not intend to delete this function in last commit. 11 years ago
eidheim d33df03dd7 Moved completiondialog-code to seperate file: selectiondialog.h/cc. The selectiondialog is now started from Source::ClangView. Some cleanup. See source.cc lines 340-345 for example use of SelectionDialog. 11 years ago
eidheim d4352ee8b5 Moved completiondialog-code to seperate file: selectiondialog.h/cc. The selectiondialog is now started from Source::ClangView. Some cleanup. See source.cc lines 340-345 for example use of SelectionDialog. 11 years ago
eidheim ecc56b66df Fixed annoying indentation issue when entering enter after a bracket. 11 years ago
eidheim e7b6e425a0 Small change in setting and using Source::View::project_path. 11 years ago
eidheim efd1a6c2b8 Can now open files and directories using the command line, for instance: juci . source.cc notebook.* 11 years ago
Jørgen Lien Sellæg 33b6c5e12f Merge branch 'master' of https://github.com/eidheim/jucipp 11 years ago
eidheim 714d87a089 Initial restructure of source.h/cc. If its decided to restructure further, this will form an ok starting point for this work. Source::ClangView is now used for cpp-files, and Source::GenericView is used for other files. Source::View is inherited in both cases. See TODO-comment regarding new files. 11 years ago
eidheim 26bae99661 Fixed save changed file dialog activation, and removed Source::Controller::signal_buffer_changed. 11 years ago
eidheim a10a0dc3c0 Fixed marking of changed tabs that are not saved. 11 years ago
Jørgen Lien Sellæg d79349cc9a jumping search now works 11 years ago
Jørgen Lien Sellæg 1d52da181e Merge branch 'master' of https://github.com/cppit/jucipp into searchandreplace 11 years ago
Jørgen Lien Sellæg f20cfd927f Merge pull request #9 from eidheim/master 11 years ago
eidheim a2f68575c9 Small fix, parsing of source now also starts right after the file is opened (in the background). 11 years ago
eidheim 122fb85390 Added mark to tab-label when content is changed and not saved. 11 years ago
eidheim 541135cc2d Finished cleaning up source.h/cc for now I think. 11 years ago
eidheim 6647377ab5 More cleanup: mainly, OnUpdateSyntax->update_syntax moved to Source::Controller. 11 years ago
eidheim 4355fcdfab Abit more cleanup, and removal of an accidental path-paste in source.cc. 11 years ago
eidheim 9d3cda4199 More code cleanup: get_autocomplete_suggestions (previously GetAutoCompleteSuggestions) now only in Source::Parser class. 11 years ago
eidheim ef4f12469a sleep_for instead of yield reduces the cpu load. 11 years ago
eidheim 394d6284eb join the parse_thread only if its joinable (created in this case). 11 years ago