155 Commits (be76f943741dc97f74e294867ef6027ef71ab9d7)

Author SHA1 Message Date
Jørgen Lien Sellæg be76f94374 small cleanup 5 years ago
Jørgen Lien Sellæg b736400807 fix remaining tests on windows 5 years ago
Jørgen Lien Sellæg cdf8b4548f fix tests in compile_commands for windows and fix a bug in compile_commands.cc 5 years ago
Jørgen Lien Sellæg ce37b55d0b move terminal target to top 5 years ago
Jørgen Lien Sellæg 6afde6fe37 test all config options and fix two bugs in module 5 years ago
Jørgen Lien Sellæg 333fe0aa81 fix assignment bug and add default constructor 5 years ago
Jørgen Lien Sellæg 53f1c755b7 add basic config test 5 years ago
Jørgen Lien Sellæg 3cf14b7841 add tests for compile commands and fix some bugs 5 years ago
Jørgen Lien Sellæg f8127a76d2 move cmake project one level up 5 years ago
Jørgen Lien Sellæg 3368b4ffc2 test cmake bindings 5 years ago
Jørgen Lien Sellæg 95f15ef264 move python interpreter test to python module test 5 years ago
Jørgen Lien Sellæg 7778752da0 disable lldb tests on debian due to an bug in python 5 years ago
Jørgen Lien Sellæg 76e8e5dc54 add paths for windows in test environment 5 years ago
Jørgen Lien Sellæg 7307307846 compile target with files instead of linking 5 years ago
Jørgen Lien Sellæg c519c9dd94 remove interpreter wrapping 5 years ago
Jørgen Lien Sellæg 32b5df1060 remove lldb tests for build check 5 years ago
Jørgen Lien Sellæg 00e1282008 add very basic CMake test 5 years ago
Jørgen Lien Sellæg 91ba2234fe refactor test suite to make room for tests of all bindings 5 years ago
Jørgen Lien Sellæg b898db575f make sure boost filesystem is type casted consistlty 5 years ago
Jørgen Lien Sellæg 0f4c4a7ce7 fix tests after moving pybind code 5 years ago
Jørgen Lien Sellæg 22bf01be44 move plugin implementation to own file 5 years ago
Jørgen Lien Sellæg 0be5d31d13 add test for terminal bindings 5 years ago
Jørgen Lien Sellæg 63c822c887 bind terminal and add type caster for filesystem path 5 years ago
Jørgen Lien Sellæg d7b60adc62 find and include python plugin dependencies 5 years ago
eidheim 74fe6e421f Meson: now reads build/meson-info/intro-targets.json available in newer meson versions 5 years ago
eidheim 7c9dfc51d9 Added Terminal::async_process and Terminal::process tests 5 years ago
eidheim 32e03b40ad Terminal: added support for ansi escape colors, and added links to Node.js stack trace and jest test output. Also added cargo command in preferences. 5 years ago
eidheim 78c3b59528 Made use of libfuzzer, and fixed a few edge cases identified by libfuzzer 5 years ago
eidheim 3ba7e26529 Further support for python docstrings 5 years ago
eidheim 1e472bd36c Tooltip links are no longer shortened in certain circumstances 5 years ago
eidheim 97dadc5a0b Now shows full documentation, not only brief documentation, on C/C++ tooltips, and added a doxygen parser. 5 years ago
eidheim 28fc254cb7 Cleanup of event naming 5 years ago
eidheim b92da8dc12 Added syntax highlighting to tooltips, and some various cleanups. 6 years ago
eidheim 5d6d664940 Added progress bar and possibility to cancel find usages and rename 6 years ago
eidheim 088e708fd2 Added additional source_key test 6 years ago
eidheim 7b23428c2e Improved HTML and JSX indenting on enter 6 years ago
eidheim 65deb655b9 Cleanup of mark creation, and added a combined snippet & multiple cursor test 6 years ago
eidheim 33510e5bd2 Cleanup of cmake parsing 6 years ago
eidheim b2c4056be8 Made use of boost::optional, and some other cleanup 6 years ago
eidheim eacd326581 Further snippet improvements 6 years ago
eidheim 7e17bb6f23 Improved snippet support 6 years ago
eidheim f3a9d83037 Fixed snippet argument offsets 6 years ago
eidheim d5bf3b945f Notebook::open now returns bool, and added a few safety checks 6 years ago
eidheim 60195fa0ec Added and made use of string functions starts_with and ends_with, and minor cleanup for selection window code 6 years ago
eidheim 528c471f23 Updated libclangmm submodule 6 years ago
eidheim 480430ed16 Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
eidheim a4adb778dc Can now search in terminal 6 years ago
eidheim 4b56c48e3e Now uses ctags to find methods in C/C++ source files 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