b2c4056be8Made use of boost::optional, and some other cleanup
eidheim
2020-06-15 15:41:04 +0200
7c021dc50dFixed snippet bug that caused the backspace key not to work as expected
eidheim
2020-06-15 14:44:17 +0200
24ce30003aSlightly improved search for included header file
eidheim
2020-06-15 11:07:31 +0200
ce78787697Moved on_key_press_event_extra_cursors to source_base
eidheim
2020-06-15 09:23:49 +0200
706c94301dYet another cursor history cleanup
eidheim
2020-06-12 20:43:24 +0200
5059b6de71Language client: Rows in Go to Method are now similar to when Ctags is used to show methods
eidheim
2020-06-12 12:37:53 +0200
c53d927483Improvements to Go to Method: improved parsing of C++ system headers, and now shows namespace for each symbol if any
eidheim
2020-06-12 09:59:12 +0200
43b056d929Further cleanup of cursor history
eidheim
2020-06-11 16:35:46 +0200
c65261d5ffCleanup of cursor history
eidheim
2020-06-11 09:42:38 +0200
faca9ba5feSlightly improved missing header include fixits
eidheim
2020-06-09 11:04:58 +0200
9bb02e2035Added a couple missing symbol headers
eidheim
2020-06-09 10:01:53 +0200
c342f0c3bcAlways clear snippet arguments when insert mark is set
eidheim
2020-06-09 09:44:09 +0200
14b51ed173Made use of thread pool in Directories instead of spawning threads, and replaced initialize_thread with thread_pool in language client"
eidheim
2020-06-08 12:49:07 +0200
d5bf3b945fNotebook::open now returns bool, and added a few safety checks
eidheim
2020-06-08 11:58:20 +0200
60195fa0ecAdded and made use of string functions starts_with and ends_with, and minor cleanup for selection window code
eidheim
2020-06-06 19:00:50 +0200
fa6cc3c92aImprovement of implementation lookup of C/C++ symbols
eidheim
2020-06-07 12:48:39 +0200
c32e88a236Updated Features section in README.md
eidheim
2020-06-05 15:04:52 +0200
b1141b5583Improved C vs C++ include fixits
eidheim
2020-06-05 15:04:01 +0200
5144dbb2d3Language client: added support for JSX property completion after space inside JSX angle brackets
eidheim
2020-06-04 14:02:51 +0200
cb449a9c0aUpdated language server instructions for rust
eidheim
2020-05-21 15:08:30 +0200
2205ce03b7Fixed overlapping tooltips when showing markdown
eidheim
2020-05-21 12:47:40 +0200
b88a480ca2Language client: added support for fixits
eidheim
2020-05-19 14:05:35 +0200
905030e282Language client: on rename, write changes to unopened files first since this can improve server parsing of opened files that will be changed after
eidheim
2020-05-19 10:58:55 +0200
eb8c0cdf3dLanguage client: diagnostic messages are now parsed as markdown
eidheim
2020-05-19 10:29:46 +0200
288db3827fLanguage client: updated client capabilities with markdown support
eidheim
2020-05-19 10:22:45 +0200
fdbec6353eRed status code now slightly dependent on status background
eidheim
2020-05-11 18:57:23 +0200
29fc8c0a2cFixes#426: added Close Folder and Close Project to File menu. Also moved Close Tab to File Menu as Close File
eidheim
2020-05-11 11:04:04 +0200
994595d2ccMarkdown now automatically has text wrap set to WRAP_WORD_CHAR
eidheim
2020-05-11 09:40:27 +0200
1b2e30de36Wrap mode for preference option source.wrap_lines is now WRAP_WORD_CHAR instead of WRAP_CHAR
eidheim
2020-05-11 09:31:39 +0200
f04d4d275bUpdated custom style example
eidheim
2020-05-08 13:43:41 +0200
2ace007722Added address-sanitizer CI job
eidheim
2020-05-08 09:50:58 +0200
7282721c64Fixed prettier cursor placement after style format, and replaced atoi with std::stoi calls
eidheim
2020-05-07 13:48:30 +0200
8366ec331fMinor cleanup of source files
eidheim
2020-05-06 13:54:29 +0200
aabb6fb1ccUpdated styling example
eidheim
2020-05-06 13:38:18 +0200
2c5daa85e2Fixed tests on FreeBSD
eidheim
2020-05-06 11:58:14 +0200
22b62fdde2Fixes grep and ctags commands on bsd systems
eidheim
2020-05-06 09:47:39 +0200
4ef4e16ecfMinor cleanup of cmake files
eidheim
2020-05-06 09:20:32 +0200
34c395de48Fixes#425: symbols and emojis no longer considered word characters when spellchecking
eidheim
2020-05-05 14:46:08 +0200
d5ac358ca5Added filesystem::get_canonical_path instead of using boost::filesystem::canonical_path that always throws if boost::filesystem::current_path fails
eidheim
2020-05-05 12:40:22 +0200
9d62155965Added custom styling to docs
eidheim
2020-05-05 09:55:10 +0200
696264e623Fix appveyor CI
eidheim
2020-05-04 12:11:09 +0200
9794dd3dccSlightly adjusted red status error color
eidheim
2020-05-04 09:42:45 +0200
84e935c1c0Fixed grep escape, using double quotes instead of single quotes
eidheim
2020-05-04 09:19:44 +0200