312 Commits (c418be18bc6e1c804021773fdb659d7ad84766a6)

Author SHA1 Message Date
eidheim 05fe364e99 Added line wrapping to tooltips (80 chars max). 10 years ago
eidheim 1d581df887 Users should now experience no delay in Juci, even when closing tabs that are processing or when quitting the application while source files are processed. That is, resources are now freed from a seperate thread. 11 years ago
eidheim 93f014c8af Added status messages when parsing and autocompleting a ClangView. 11 years ago
eidheim 97611a1e8c Removed 'No suggestions found...'. Going to add a status label later, which shows if the current tab is parsing or doing autocomplete in the background. 11 years ago
eidheim c12b1c2550 Better undo and redo. 11 years ago
eidheim 1443ba89b2 More appropriate function names in sourcefile.*. 11 years ago
eidheim 0d54459af4 Can now open and save large files efficiently. Also checking if one can read the file that is being opened. 11 years ago
eidheim dda05737f2 Resolved conficts. 11 years ago
eidheim a4f57060cb Further cleanup of window.* and notebook.*. Also now using gtksourceview to identify c/c++/objc files. 11 years ago
Jørgen Lien Sellæg 1ea83932ff #14 Rearrange directory structure 11 years ago
eidheim b38489d41c Added style example with commented out search path addition. 11 years ago
eidheim d36bbca7c0 Small fix to rename token markings. 11 years ago
eidheim 328fbce8a1 Rename refactoring implemented. 11 years ago
eidheim e68ea923a4 Fixed crash introduced in last commit, moved compile and compile and run to keybindings control(shift) enter instead of r. Using control-r for rename refactoring. 11 years ago
eidheim 962a79fe18 Added more functions to Source::View in preparation to rename refactoring. 11 years ago
eidheim 61a35f5725 Completion dialog now does not show if the user has changed tab. 11 years ago
eidheim 9f4d68e17a Simple autocomplete now on non-clang-files, even if they get no syntax highlighting. 11 years ago
eidheim 3facceebcc Added simple buffer-based completion for non-clang-files. 11 years ago
eidheim 9511aac7cc Added syntax highlighting for non-clang-files. 11 years ago
eidheim d42c76660a Added TODOs. 11 years ago
eidheim c7b03b783d Cleaned up code around label showning number of search matches. 11 years ago
eidheim 2d38d6499e Fixed a crash when reading from deleted clang_tokens. Also fixed a scrolling issue. 11 years ago
eidheim 455de77305 Fixed slow responsiveness in search and replace when buffer contains a large file. 11 years ago
eidheim 7ca29d8396 Label with the number of search matches addes as well as case sensitive and regex toggle buttons. Some minor fixes too. 11 years ago
eidheim 83e72ced0e Removed old TODOs. 11 years ago
eidheim 5ec6243411 Fixed search and added replace. Use shift-enter in the entry boxes to search or replace backwards. 11 years ago
eidheim f558a8ad6a Minor fix to: go to declaration. 11 years ago
eidheim 5214102343 Small fix with respect to simplified Token::get_brief_comments. 11 years ago
eidheim 742e22fe52 Abit less eager tooltips and marking of similar tokens. 11 years ago
eidheim e4cdc8e0c6 Further cleanup of selectiondialog.*. 11 years ago
eidheim cd28f0cf5c selectiondialog.* cleanup. 11 years ago
eidheim 8313f00fb3 Minor fix to crash when no methods existed in a c++ file. 11 years ago
eidheim bac182a360 Go to method implemented. 11 years ago
eidheim bfdbe6b3c8 Renamed CompleteDialog to CompletionDialog and fixed a small issue. 11 years ago
eidheim 57ffd22aa3 Divided SelectionDialog into SelectionDialog and CompleteDialog. SelectionDialog will be used to choose class method to go to. 11 years ago
eidheim 2161c9ce09 scroll_to hopefully working 100% now. 11 years ago
eidheim 2169158689 Improved scroll_to. 11 years ago
eidheim 0be130dd94 Solved the scroll_to issue. 11 years ago
eidheim ffd7e2b1ec Go to declaration implemented. Also some smaller fixes, including going to tab if opening an already open file. Scroll to iterator/cursor/insert/mark/whatever is bugged in GTK it seems, need a better workaround here. 11 years ago
eidheim 931dc12425 Largeer cleanup in preparation to refactoring implementation. Also some smaller fixes. 11 years ago
eidheim e041a1f68f Minor changes corresponding to libclangmm cleanup. 11 years ago
eidheim e8bab3e4c7 Changes corresponding to the libclangmm cleanup. Slightly faster range lookup for tokens. 11 years ago
eidheim 460f80a22a Autocomplete and reparse should now live in perfect symbiosis. 11 years ago
eidheim a464cb3a42 Fixed issue with autocomplete not starting. Autocomplete is now trying to start again if canceled. 11 years ago
eidheim d5eef33fd7 Hopefully fixed the strange behaviour with the bold feature, among other smaller things. 11 years ago
eidheim ecd60853b6 Similar tokens now get bold property when moving insert-cursor. Close to refactoring across files now. 11 years ago
eidheim 1e12f00266 Removed temporary testing output. 11 years ago
eidheim eb2dd02d99 Cleanup of ClangView mostly to work with the libclangmm cleanup. 11 years ago
eidheim b9b7d2181f Fixed }-key. 11 years ago
eidheim 4f7afedcc4 Minor autocomplete fixes. 11 years ago