674 Commits (ae26de286073099060ed5ca53b7f29ac0c2ee83d)
 

Author SHA1 Message Date
Jørgen Lien Sellæg b88702f94a Make install working 11 years ago
Jørgen Lien Sellæg c5c9f59653 Make install working 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 cb8f8e7266 Add some logging 11 years ago
Jørgen Lien Sellæg f5b689d83c Update plugins to new paths 11 years ago
Jørgen Lien Sellæg d87312de94 Update config path 11 years ago
Jørgen Lien Sellæg 9f60e210b7 Cleanup cmakelists 11 years ago
Jørgen Lien Sellæg 1ea83932ff #14 Rearrange directory structure 11 years ago
Jørgen Lien Sellæg 0d96cd5ce1 Merge branch 'master' of http://github.com/eidheim/jucipp 11 years ago
eidheim 38abe1f632 Cleanup of window.* and notebook.*, work still in progress. Also fixed save as and some smaller issues. 11 years ago
eidheim ae46741794 Quit application fixed, also possible to cancel quit by closing dialog asking if a modified tab should be saved. 11 years ago
eidheim d82eefb550 Source menu items now get deactivated if the sourceview in the tab does not support the various sourceview methods. 11 years ago
eidheim 6cf14d047e Espace now again works on selection/completion dialogs. 11 years ago
eidheim 44ce183a25 Implemented use of command-arrow keys on OS X. 11 years ago
eidheim 19cdade411 Fixed crash when closing Juci while having more than one tab open. 11 years ago
eidheim c92e095a85 Gtk::Stock is depricated, so removed these. Cut/Paste/Copy now also works in entries. Redo now has key binding shift-control-z, which is most common. Also keys now use <primary> instead of <control> and thus is more platform independent. 11 years ago
Jørgen Lien Sellæg d94c229b8b Merge branch 'master' of http://github.com/eidheim/jucipp 11 years ago
eidheim 6d508a94b6 Changed my mind when I saw it on Linux. 11 years ago
eidheim 9956681f3f Nicer font. 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 87835206a2 Buttons in entry box no longer gets focus when clicked. 11 years ago
eidheim 3611a649e2 regex-search button state is now stored through closing and opening the search entry box. 11 years ago
eidheim 42b964217c Minor fix to search. 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 140967855a Removed old entry class that were commented out. 11 years ago
eidheim dfad136917 Search now uses the new entrybox. Some smaller fixes as well, and some TODO's added. 11 years ago
eidheim bd42aca5b6 The entrybox is remade to be more general and easy to use. Search code to new entrybox will be finished next commit. 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
Geir Morten Larsen 4626bc910f changing link names to installtion guides 11 years ago
eidheim 742e22fe52 Abit less eager tooltips and marking of similar tokens. 11 years ago
eidheim 62ca0c8ffe Fixes to selectiondialog.*. 11 years ago
eidheim 7f6d388602 Now showing only methods/variables including the string the user writes if the completion window opens right after ->, :: or . Very useful if the user do not know the beginning of the method or variable searched for. 11 years ago
eidheim e4cdc8e0c6 Further cleanup of selectiondialog.*. 11 years ago
eidheim cd28f0cf5c selectiondialog.* cleanup. 11 years ago
Jørgen Lien Sellæg 44138502ac Merge pull request #29 from eidheim/master 11 years ago