2637 Commits (fa716a5d8c1c115a8bc5c683984d5f4f925affb4)
 

Author SHA1 Message Date
eidheim 2630e3001f Language client: improved parsing of textDocument/documentSymbol 6 years ago
eidheim b20237d5ba Language server: made show methods and symbol rows similar to the ctag and libclang variants 6 years ago
eidheim 17bf0c3603 Slight improvement to Go to implementation 6 years ago
eidheim 4b56c48e3e Now uses ctags to find methods in C/C++ source files 6 years ago
eidheim 05cad00dc4 Main window can now be set transparent in custom css file (for instance ~/.config/gtk-3.0/gtk.css) 6 years ago
eidheim cb844279d8 Slightly adjusted yellow diff color 6 years ago
eidheim 873c9822c8 Adjusted diff colors and made them dependent on light/dark themes 6 years ago
eidheim d819d2daba Removed unused variable 6 years ago
eidheim fdbec6353e Red status code now slightly dependent on status background 6 years ago
eidheim 29fc8c0a2c Fixes #426: added Close Folder and Close Project to File menu. Also moved Close Tab to File Menu as Close File 6 years ago
eidheim 994595d2cc Markdown now automatically has text wrap set to WRAP_WORD_CHAR 6 years ago
eidheim 1b2e30de36 Wrap mode for preference option source.wrap_lines is now WRAP_WORD_CHAR instead of WRAP_CHAR 6 years ago
eidheim f04d4d275b Updated custom style example 6 years ago
eidheim 2ace007722 Added address-sanitizer CI job 6 years ago
eidheim 7282721c64 Fixed prettier cursor placement after style format, and replaced atoi with std::stoi calls 6 years ago
eidheim 485aa718ec v1.6.0 6 years ago
eidheim fe54f65f03 Updated libclangmm submodule 6 years ago
eidheim 8366ec331f Minor cleanup of source files 6 years ago
eidheim aabb6fb1cc Updated styling example 6 years ago
eidheim 2c5daa85e2 Fixed tests on FreeBSD 6 years ago
eidheim 22b62fdde2 Fixes grep and ctags commands on bsd systems 6 years ago
eidheim 4ef4e16ecf Minor cleanup of cmake files 6 years ago
eidheim 34c395de48 Fixes #425: symbols and emojis no longer considered word characters when spellchecking 6 years ago
eidheim d5ac358ca5 Added filesystem::get_canonical_path instead of using boost::filesystem::canonical_path that always throws if boost::filesystem::current_path fails 6 years ago
eidheim 9d62155965 Added custom styling to docs 6 years ago
eidheim 696264e623 Fix appveyor CI 6 years ago
eidheim 9794dd3dcc Slightly adjusted red status error color 6 years ago
eidheim 84e935c1c0 Fixed grep escape, using double quotes instead of single quotes 6 years ago
eidheim 60031f3ed7 Updated tiny-process-library submodule 6 years ago
eidheim 94353ee7d6 Added extra padding for entries and terminal, and changed directories header slightly 6 years ago
eidheim 4dc8021ea9 Now use SearchEntry instead of Entry in SelectionDialog 6 years ago
eidheim 94a4558a94 Added missing style classes 6 years ago
eidheim 74c28602f5 Added markdown parsing for tooltips 6 years ago
eidheim f7bcb19097 Updated libclangmm submodule 6 years ago
eidheim 43f2043be1 Cleanup of textbuffer tags and tooltips 6 years ago
eidheim be83985d24 Language 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 6 years ago
eidheim 1380e6e2f4 Language client: fixed didChange notification when test document sync is full 6 years ago
eidheim 3e4ec4435f Slight improvement of Ctags::get_location 6 years ago
eidheim 1f3129b7e4 Removed unused include 6 years ago
eidheim e94e25c0bb Further improvements to C/C++ Go to Method 6 years ago
eidheim 469d73b8c1 C/C++ Go to Method: slight improvement to row texts 6 years ago
eidheim b5e5219a1c Cleanup of Ctags and Grep classes 6 years ago
eidheim 9ac4e65ddd Unescape Ctags source, and slight optimization of Ctag functions 6 years ago
eidheim e3e79e8693 Added Universal Ctags package to appveyor 6 years ago
eidheim 1d744ae515 MacOS: places juCi++ in front at startup for MacOS versions Mojave and earlier 6 years ago
eidheim 672108f120 Fixes #423: now uses clang++ to find system include paths 6 years ago
eidheim 3df4bf18ce Added ctags_grep_test 6 years ago
eidheim 9346f0ee11 Slight optimization of ctags, and more general goto methods when ctags is used 6 years ago
eidheim 8dc310cb24 Updated installation instructions to prefer universal-ctags 6 years ago
eidheim e849fc0f45 Cleanup 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. 6 years ago