2 Commits (15ad9fbe2dec5f1367b9c5c53fd170ae7d2491fb)

Author SHA1 Message Date
eidheim 430925ada0 Autocomplete cleanup. Should now be easier to implement autocomplete for other languages 9 years ago
eidheim cf5a509cbc Improvement of selection and completion dialogs and tooltips. Can now open selection dialogs (Find Symbol (Ctags), Backtrace, Show Variables) without an opened buffer. 9 years ago
Ole Christian Eidheim 9a3da9043c Fixed crash when trying to scroll in an already closed SelectionDialog 9 years ago
eidheim f6e82df359 Replaced deprecated VBox/HBox with Box, and HPaned/VPaned with Paned 9 years ago
eidheim 446b6f37ba Fixes #246: popups are now placed correctly on all platforms 10 years ago
Ole Christian Eidheim a896ab7e3e SelectionDialogs: improved search entry 10 years ago
eidheim 0a25b68e9b Wayland: now correctly position selection dialogs. Ninja: fixed lldb paths 10 years ago
eidheim e54c396bfa Show usages: now sets dialog cursor on the current usage 10 years ago
Ole Christian Eidheim 8825fd6099 Removed boost-log and boost-thread dependencies 10 years ago
eidheim edc46d2561 Correctly clears the selectiondialog model after hiding 10 years ago
eidheim 52f99efd91 Fixed autocomplete freeze when clearing a large number of rows 10 years ago
eidheim 7380ecf544 Fixed a bug where tooltips got shown when no row were found 10 years ago
eidheim 6f47300607 Tooltip and completiondialog cleanup 10 years ago
Ole Christian Eidheim dafec140ba Removed tooltips.h from selectiondialog.h 10 years ago
eidheim a50adf87ee Cleanup of dialog tooltips 10 years ago
eidheim bd668eedfc selectiondialog.* cleanup 10 years ago
Ole Christian Eidheim bc7fcdf01d Added Show Variables in Debug menu 10 years ago
eidheim 29f8b97127 Minor improvement: rows in selection dialogs now gets cleared when the dialog is hidden, instead of when destroyed 10 years ago
eidheim 6aee69b398 Minor cleanup of selectiondialog.* 10 years ago
eidheim da62ee9bd6 Fixes #130, but need some testing before merge 10 years ago
eidheim 81f50bef10 Minor cleanups. Added override keywords in some header files. 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 2ed5b6f12b Replaced spellcheck tooltips with selectiondialog where one can select a correct word. 10 years ago
Ole Christian Eidheim 729b8af35c Fixed: assertion 'buffer->priv->user_action_count > 0' failed 10 years ago
eidheim dda05737f2 Resolved conficts. 11 years ago
Jørgen Lien Sellæg 1ea83932ff #14 Rearrange directory structure 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
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 d5eef33fd7 Hopefully fixed the strange behaviour with the bold feature, among other smaller things. 11 years ago
eidheim a1be9e0d92 Cleanup and improvement of autocompletion. 11 years ago
eidheim 6a672c1086 More flexible autocomplete, now pops up selectiondialog even after entering chars after ., -> and ::. Also some cleanup. Placed autocompletion in seperate class ClangViewAutocomplete. 11 years ago
eidheim 2ec8ff15d7 Added comments to autocompletion. Try with gtkmm objects. 11 years ago
eidheim 23e1a5992d Minor fix to SelectionDialog. 11 years ago
eidheim 54a1e7c90d Made new selectiondialog for code-completion. Might be in need of some smaller fixes. Max width set to halv of width of sourceview. 11 years ago
eidheim 749e28a259 Started cleaning up notebook.*. Fixed copy of Notebook::Controller::source_config. 11 years ago
eidheim 832ef8881c Made SelectionDialog more general, now receiving Gtk::TextView& instead. Minor cleanup in source.*. 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