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
43f2043be1Cleanup of textbuffer tags and tooltips
eidheim
2020-04-22 10:44:15 +0200
be83985d24Language client: added textDocument/didSave and removed unsupported capabilities in initialize request, now supports textDocument/documentSymbol responses with both DocumentSymbol[] or SymbolInformation[], and improved hover tooltip parsing
eidheim
2020-04-21 09:56:57 +0200
1380e6e2f4Language client: fixed didChange notification when test document sync is full
eidheim
2020-04-20 10:46:11 +0200
3e4ec4435fSlight improvement of Ctags::get_location
eidheim
2020-04-17 14:14:09 +0200
1f3129b7e4Removed unused include
eidheim
2020-04-17 12:16:49 +0200
e94e25c0bbFurther improvements to C/C++ Go to Method
eidheim
2020-04-17 11:28:38 +0200
469d73b8c1C/C++ Go to Method: slight improvement to row texts
eidheim
2020-04-17 09:52:10 +0200
b5e5219a1cCleanup of Ctags and Grep classes
eidheim
2020-04-16 12:25:22 +0200
9ac4e65dddUnescape Ctags source, and slight optimization of Ctag functions
eidheim
2020-04-16 08:45:43 +0200
e3e79e8693Added Universal Ctags package to appveyor
eidheim
2020-04-15 13:22:59 +0200
1d744ae515MacOS: places juCi++ in front at startup for MacOS versions Mojave and earlier
eidheim
2020-04-14 14:22:13 +0200
672108f120Fixes#423: now uses clang++ to find system include paths
eidheim
2020-04-14 12:39:31 +0200
9346f0ee11Slight optimization of ctags, and more general goto methods when ctags is used
eidheim
2020-04-13 14:09:51 +0200
8dc310cb24Updated installation instructions to prefer universal-ctags
eidheim
2020-04-13 10:41:51 +0200
e849fc0f45Cleanup and improvement to Source->Find Pattern: now also moves cursor offset to first match when line is selected. Also, when showing match results, line in current view is highlighted.
eidheim
2020-04-10 14:52:53 +0200
42341f98f3Cleanup: added ec argument to filesystem calls, and added and made use of Project::get_view_folder and Project::get_directory_folder
eidheim
2020-04-09 21:09:58 +0200