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
e1e8d09727Added documentation to default_config_file in src/files.h
eidheim
2017-02-04 19:15:09 +0100
c42147d707Added icon (see #236)
Andrew Dobrich
2017-01-31 11:38:39 +0100
02d88bc7ffFixes#309: now takes into account that cmake variables can change
eidheim
2017-01-23 12:05:31 +0100
7362e65af3Fixes backspace and delete key for files with CR+LF line endings
eidheim
2017-01-21 10:55:59 +0100
9650e5ff36Fixes Control-Up when first line contains only one character. Previously, the cursor stopped at the line before.
eidheim
2017-01-09 20:44:18 +0100
279a667c70Fixed End key for one character long lines
eidheim
2017-01-08 21:24:39 +0100