59c08a2dd8Fixes#251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
eidheim
2017-08-01 16:36:59 +0200
8a006962bfStd headers are now parsed. Also moved Source::ClangViewParse::get_compilation_commands to CompileCommands::get_arguments and some cleanup."
eidheim
2017-08-05 13:18:56 +0200
babd2950cbIndentation fix for multiline expressions with comments after {
eidheim
2017-08-01 15:21:06 +0200
7516d1d9b0Terminal links cleanup, and added links for a assert error messages. Also added terminal_test.cc
eidheim
2017-07-27 13:10:23 +0200
4e24a97a44Improved indentation on lines ending with a comment, and additional key tests
eidheim
2017-07-24 12:35:25 +0200
55d056f16dDebug start/continue: implemented environment parsing on string set in Debug Set Run Arguments
eidheim
2017-07-23 22:12:12 +0200
7fc4ab069cReplaced home path with ~ in various user messages
eidheim
2017-07-23 00:14:20 +0200
8e347ed588Improved readability of Go to Method dialog rows
eidheim
2017-07-22 19:17:40 +0200
0ac7f42314Now joins debug_thread in lldb_test
eidheim
2017-07-27 09:05:44 +0200
8504ab0578Reverted -Werror on Appveyor
eidheim
2017-07-21 21:51:09 +0200
29b9f4f2bbTemporary fix for the "Only <gtksourceview/gtksource.h> can be included directly" warnings, added -Werror on travis, and removed -Wno-reorder
eidheim
2017-07-21 20:03:28 +0200
d9ee4d97ceCleanup: removed support for older libraries
eidheim
2017-07-21 19:04:05 +0200
618d81ea20Fixes libclang parsing on Fedora
eidheim
2017-07-21 13:18:35 +0200
5ac34e378fInstallation doc: removed version from Fedora and Mageia
eidheim
2017-07-21 12:47:23 +0200
5f1cf28ab5Improved Rename, Go to Usage, Go to Method: virtual and override functions are now marked as similar when appropriate
eidheim
2017-07-21 09:23:07 +0200
757eddb147Further workarounds for ArchLinux's clang_getFileName that sometime returns wrong paths
eidheim
2017-07-14 12:19:13 +0200
e0fc075483Improved Rename, Go to Usage, Go to Method, and Go to Implementation through broader similar cursor search. Function template definitions and spesializations, and overloaded functions, are now considered similar.
eidheim
2017-07-11 11:49:54 +0200
d7d2cd6cd5Added style formatting for markdown and disables spellcheck in certain situations
eidheim
2017-07-02 16:14:48 +0200
430925ada0Autocomplete cleanup. Should now be easier to implement autocomplete for other languages
eidheim
2017-07-01 17:29:46 +0200
fed9ce7101Replaced deprecated gtk_show_uri with gtk_show_uri_on_window on newer systems
eidheim
2017-07-02 08:43:20 +0200
1fa2137eb4Documentation updates: screenshots now in table, added FreeBSD to installation document, and changed OS X to MacOS
eidheim
2017-06-27 22:58:10 +0200
d35b1fcb5cAdded search for LLVM 4.0 on FreeBSD
eidheim
2017-06-27 22:33:01 +0200
b7004c053aUpdated installation document due to new Debian stable release
eidheim
2017-06-27 14:00:02 +0200
5def29bd24More consistent default source.clang_format_style preference value
eidheim
2017-06-27 12:36:44 +0200
83808f8e99Fixes#335: paste now includes the final newline if present in clipboard text. Also, indentation of pasted text is now dependent on the cursor location when activating paste.
eidheim
2017-06-02 07:59:58 +0200
b08b30c0f8Added PYTHONUNBUFFERED environment variable when running python scripts through Compile and Run in Project menu
eidheim
2017-05-23 11:28:38 +0200
a237049918Icon now also set in MacOS
eidheim
2017-05-23 10:28:52 +0200
3391388e6bChanged preference option terminal.show_progress to false by default to reduce terminal output
eidheim
2017-05-15 11:26:10 +0200
f240d66ef4Add installation instructions for Opensuse
Julián Unrrein
2017-05-13 11:24:43 -0300
c8617c1d02Updated libclangmm submodule, and corrected libclangmm namespace due to changes in libclangmm (See #123 for more information)
eidheim
2017-05-06 11:50:08 +0200
ce9e1688c6typo and mwindows
Patrick Voigt Mascarenhas
2017-04-08 20:48:37 +0200
fde890e927Added missing nullptr check before using string_tag
eidheim
2017-04-08 10:59:51 +0200
7b35294b63Fixes#329, block comment key events will no longer trigger inside a string
eidheim
2017-04-08 10:38:52 +0200
25c0b88df2Added default keybinding to window_toggle_full_screen
eidheim
2017-04-01 15:19:57 +0200
39d977ce97Fixes to last commit, see #326
eidheim
2017-04-01 11:14:16 +0200
918bbba8c0Implemented full screen feature
Ingmar Lehmann
2017-03-30 21:12:14 +0200
c2563516befix typo with Archlinux installation docs title
Josh Wright
2017-03-28 11:30:22 -0500
d8f7b66569Fixed incorrect spellcheck error after pressing enter for some programming languages
eidheim
2017-03-09 14:46:03 +0100
1335376584Added gtksourceviewmm3 recompilation and reinstallation instructions for MSYS2
eidheim
2017-03-01 12:54:15 +0100
b2378e2039Fixes directory/file sorting in directory view on some specific locales
eidheim
2017-02-21 17:07:32 +0100
30e0eace01Improvement of primary-right click: now goes to declaration if no implementation was found (related to #317)
eidheim
2017-02-21 07:47:36 +0100
63ec507ea0Added checks if file exists before opening in various functions
eidheim
2017-02-20 22:25:29 +0100
d467fca818Cleanup of terminal link click
eidheim
2017-02-20 21:38:49 +0100
f538e22f13Fixed regex for identifying include directives
eidheim
2017-02-20 16:42:55 +0100
cfeef6c618Fixes to #317: Use primary-left click to move to implementation or declaration
eidheim
2017-02-20 12:30:03 +0100