13 Commits (8313f00fb3e4babb15918c665b887366e3535fea)

Author SHA1 Message Date
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