1939 Commits (v1.3.0)
 

Author SHA1 Message Date
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
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 7149d416b8 Apple users can now finally use the command key instead of control. 11 years ago
eidheim 2161c9ce09 scroll_to hopefully working 100% now. 11 years ago
eidheim 2169158689 Improved scroll_to. 11 years ago
eidheim 36ce5fab10 Solved the scroll_to issue. 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 ef6b48e507 Cleanup of menu and keybindings. 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
Jørgen Lien Sellæg 3561b1e795 Merge branch 'master' of https://github.com/cppit/jucipp 11 years ago
Jørgen Lien Sellæg 2cce109f59 Merge branch 'master' of https://github.com/eidheim/jucipp 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
Jørgen Lien Sellæg 9ffe94e41e Merge pull request #25 from eidheim/master 11 years ago
eidheim d5eef33fd7 Hopefully fixed the strange behaviour with the bold feature, among other smaller things. 11 years ago
Jørgen Lien Sellæg 09f5f19040 Merge branch 'master' of https://github.com/eidheim/jucipp 11 years ago
Geir Morten Larsen 2a521d4a87 Added docs/install.md 11 years ago
eidheim ecd60853b6 Similar tokens now get bold property when moving insert-cursor. Close to refactoring across files now. 11 years ago
Jørgen Lien Sellæg 7709263498 Merge pull request #24 from eidheim/master 11 years ago
Jørgen Lien Sellæg 823f9bcdb1 Merge branch 'master' of https://github.com/cppit/jucipp 11 years ago
Jørgen Lien Sellæg 5f994564be Merge branch 'master' of https://github.com/eidheim/jucipp 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
Geir Morten Larsen fd49094e48 Change: added libraries and installation guide 11 years ago
Jørgen Lien Sellæg c697b6f88c Merge pull request #20 from eidheim/master 11 years ago
Geir Morten Larsen 4d0e4a4e43 CHANGE: updated libraries needed to run cmake . 11 years ago
Jørgen Lien Sellæg bf3466c3b5 Merge branch 'master' of https://github.com/cppit/jucipp 11 years ago
eidheim b9b7d2181f Fixed }-key. 11 years ago
eidheim 4f7afedcc4 Minor autocomplete fixes. 11 years ago
eidheim 66bfb0bed6 Optimized autocomplete more. 11 years ago