c7b03b783dCleaned up code around label showning number of search matches.
eidheim
2015-07-26 16:15:49 +0200
2d38d6499eFixed a crash when reading from deleted clang_tokens. Also fixed a scrolling issue.
eidheim
2015-07-26 13:43:55 +0200
455de77305Fixed slow responsiveness in search and replace when buffer contains a large file.
eidheim
2015-07-25 13:36:13 +0200
7ca29d8396Label with the number of search matches addes as well as case sensitive and regex toggle buttons. Some minor fixes too.
eidheim
2015-07-25 12:50:55 +0200
83e72ced0eRemoved old TODOs.
eidheim
2015-07-24 19:30:27 +0200
5ec6243411Fixed search and added replace. Use shift-enter in the entry boxes to search or replace backwards.
eidheim
2015-07-24 18:56:22 +0200
140967855aRemoved old entry class that were commented out.
eidheim
2015-07-23 16:10:03 +0200
dfad136917Search now uses the new entrybox. Some smaller fixes as well, and some TODO's added.
eidheim
2015-07-23 16:09:21 +0200
bd42aca5b6The entrybox is remade to be more general and easy to use. Search code to new entrybox will be finished next commit.
eidheim
2015-07-23 14:12:54 +0200
f558a8ad6aMinor fix to: go to declaration.
eidheim
2015-07-22 18:06:01 +0200
5214102343Small fix with respect to simplified Token::get_brief_comments.
eidheim
2015-07-22 17:51:02 +0200
4626bc910fchanging link names to installtion guides
Geir Morten Larsen
2015-07-22 17:39:42 +0200
742e22fe52Abit less eager tooltips and marking of similar tokens.
eidheim
2015-07-22 17:35:50 +0200
62ca0c8ffeFixes to selectiondialog.*.
eidheim
2015-07-22 17:27:09 +0200
7f6d388602Now 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.
eidheim
2015-07-22 15:16:24 +0200
e4cdc8e0c6Further cleanup of selectiondialog.*.
eidheim
2015-07-22 14:01:55 +0200
8313f00fb3Minor fix to crash when no methods existed in a c++ file.
eidheim
2015-07-21 14:00:58 +0200
bac182a360Go to method implemented.
eidheim
2015-07-21 13:43:14 +0200
bfdbe6b3c8Renamed CompleteDialog to CompletionDialog and fixed a small issue.
eidheim
2015-07-20 20:19:06 +0200
57ffd22aa3Divided SelectionDialog into SelectionDialog and CompleteDialog. SelectionDialog will be used to choose class method to go to.
eidheim
2015-07-20 20:03:50 +0200
7149d416b8Apple users can now finally use the command key instead of control.
eidheim
2015-07-19 19:11:19 +0200
2161c9ce09scroll_to hopefully working 100% now.
eidheim
2015-07-19 18:45:02 +0200
36ce5fab10Solved the scroll_to issue.
eidheim
2015-07-19 15:33:56 +0200
0be130dd94Solved the scroll_to issue.
eidheim
2015-07-19 15:27:08 +0200
ffd7e2b1ecGo 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.
eidheim
2015-07-19 14:31:39 +0200
ef6b48e507Cleanup of menu and keybindings.
eidheim
2015-07-18 23:34:39 +0200
931dc12425Largeer cleanup in preparation to refactoring implementation. Also some smaller fixes.
eidheim
2015-07-17 13:54:30 +0200
e041a1f68fMinor changes corresponding to libclangmm cleanup.
eidheim
2015-07-16 19:46:42 +0200
e8bab3e4c7Changes corresponding to the libclangmm cleanup. Slightly faster range lookup for tokens.
eidheim
2015-07-16 19:12:57 +0200
4e38ef8760Added autocomplete in current namespace for clangview. Autocomplete currently starts after 3 characters. Will try to clean up this code soon.
eidheim
2015-07-12 16:11:44 +0200
6814e5ebf6Disabled reparse while autocompleting.
eidheim
2015-07-11 17:54:35 +0200
6a672c1086More flexible autocomplete, now pops up selectiondialog even after entering chars after ., -> and ::. Also some cleanup. Placed autocompletion in seperate class ClangViewAutocomplete.
eidheim
2015-07-11 17:39:37 +0200
e368e9653bReparsing now when buffer has not changed in 1 sec. Some cleanup as well.
eidheim
2015-07-10 11:54:14 +0200
2ec8ff15d7Added comments to autocompletion. Try with gtkmm objects.
eidheim
2015-07-09 15:31:26 +0200
23e1a5992dMinor fix to SelectionDialog.
eidheim
2015-07-08 17:29:42 +0200
a89c76c4d7Small fix to autocompletion.
eidheim
2015-07-08 16:49:59 +0200
459cfe4823Autocomplete no longer freezes the application while loading.
eidheim
2015-07-08 16:10:14 +0200
11468432faParameters are now marked as selected after using autocomplete.
eidheim
2015-07-08 11:38:29 +0200
54a1e7c90dMade new selectiondialog for code-completion. Might be in need of some smaller fixes. Max width set to halv of width of sourceview.
eidheim
2015-07-07 23:15:58 +0200
0aa2b45b37Added slight delay on tooltips when moving cursor.
eidheim
2015-07-06 10:24:04 +0200
f13ca76ad3Small cleanup, and fixed potential segmentation/assertion fault. Tooltips now also get hidden when using mouse scroll.
eidheim
2015-07-05 21:44:40 +0200
81a8a80a7fFixed a segmentation fault/assertion error when trying to read from deleted cursors/toktens.
eidheim
2015-07-05 21:07:15 +0200
d3fe9b0b2fBrief comments added to type info.
eidheim
2015-07-05 19:43:35 +0200
1949468331Tokens now stored in Source::ClangView, leads to cleaner and faster tooltips.
eidheim
2015-07-05 14:06:38 +0200
f4c1a2481cAdded singleton.*, at the moment only Source::Config made singleton. Tooltips now have yellow background. Also some cleanup.
eidheim
2015-07-05 13:13:30 +0200
6e99d4bcc9Minor fixes to tooltip, now hides more often.
eidheim
2015-07-04 09:58:45 +0200
ebd18156c5Removed overloading (accidental) of on_motion_notify_event and on_mark_set.
eidheim
2015-07-01 14:18:21 +0200
f924a7f3f9Second attempt at avoiding tooltip from stealing focus.
eidheim
2015-07-01 13:11:03 +0200
57cb7b4577Small fix in Tooltips, can now show tooltips from several Tooltips-objects at once without overlap (see comments).
eidheim
2015-07-01 12:54:09 +0200
b109ebf380Fixed GLib-GObject-WARNING messages for older GTK+ versions without underline-rgba property.
eidheim
2015-07-01 12:36:20 +0200