2057 Commits (python-refactor)

Author SHA1 Message Date
eidheim 3c726f52da Formatting cleanup 6 years ago
Jørgen Lien Sellæg d518aab030 update lambdas to new format 6 years ago
Jørgen Lien Sellæg 6d40ecd8cc remove unnecessary else statement 6 years ago
Jørgen Lien Sellæg 0a2f52f044 use if statement instead of ternary operator 6 years ago
Jørgen Lien Sellæg 946052c2a8 format raw strings 6 years ago
Jørgen Lien Sellæg bca93a62dc use correct format on certain parts 6 years ago
eidheim 4a76c6114f No longer adds semicolon after lambda expressions that are passed as arguments 6 years ago
eidheim f3d76e08ae Improved handling of enter after { at beginning of lambda expressions that are arguments 6 years ago
eidheim 19887dff27 Fixes #438: improved detection and handling of closing curly bracket in special circumstances 6 years ago
eidheim 64b67eedde Can now paste in terminal 6 years ago
eidheim 161b26aefa Cleanup of language client json parsing code 6 years ago
eidheim 85b19da51b Added include fixits for C warnings beginning with: implicitly declaring library function 6 years ago
eidheim 3124fa7fa3 Added suggestion to restart juCi++ on libclang completion failure 6 years ago
Jørgen Lien Sellæg 4e6c2c2d95 bind up tiny process lib and add test should also fix terminal warnings 6 years ago
eidheim e67799eec3 Added and made use of gray color in terminal. Also made all error messages red. 6 years ago
Jørgen Lien Sellæg 1a11a5736b update lldb test 6 years ago
Jørgen Lien Sellæg 92679161f4 update bindings of ctags, but disable test of it for now 6 years ago
Jørgen Lien Sellæg 5b20c32754 remove enabled print 6 years ago
Jørgen Lien Sellæg 19c3e90cca hook into juci after window has been loaded 6 years ago
Jørgen Lien Sellæg c7e67a70b4 handle creation of plugins directory if it doesn't exist, remove calls to terminal as it might not have been loaded yet at this point 6 years ago
Jørgen Lien Sellæg a994405c71 load config and plugins early 6 years ago
Jørgen Lien Sellæg ad60559d97 load plugins before application, we might want to do changes before the application starts 6 years ago
Jørgen Lien Sellæg c72aa8cdc4 Compiling again 6 years ago
Jørgen Lien Sellæg 03cf0990f2 fix merge mistakes in tests 6 years ago
Jørgen Lien Sellæg ecc2a4d642 remove duplicate include 6 years ago
Jørgen Lien Sellæg c5d40c1d0e Add files 6 years ago
Jørgen Lien Sellæg ff0c52cc45 add debug lldb test and fix bug with functional header missing 6 years ago
Jørgen Lien Sellæg 86e6a12180 add ctags test 6 years ago
Jørgen Lien Sellæg c3b4f21735 fix reference count bug in type caster 6 years ago
Jørgen Lien Sellæg cdf8b4548f fix tests in compile_commands for windows and fix a bug in compile_commands.cc 6 years ago
Jørgen Lien Sellæg c9055243c3 organize imports 6 years ago
Jørgen Lien Sellæg 6afde6fe37 test all config options and fix two bugs in module 6 years ago
Jørgen Lien Sellæg 6d04f7cff6 add default contstructor for all subclasses of config 6 years ago
Jørgen Lien Sellæg 333fe0aa81 fix assignment bug and add default constructor 6 years ago
Jørgen Lien Sellæg 53f1c755b7 add basic config test 6 years ago
Jørgen Lien Sellæg 3cf14b7841 add tests for compile commands and fix some bugs 6 years ago
Jørgen Lien Sellæg 3368b4ffc2 test cmake bindings 6 years ago
Jørgen Lien Sellæg 05b5b57997 remove references to interpreter 6 years ago
Jørgen Lien Sellæg c519c9dd94 remove interpreter wrapping 6 years ago
Jørgen Lien Sellæg 91ba2234fe refactor test suite to make room for tests of all bindings 6 years ago
Jørgen Lien Sellæg b898db575f make sure boost filesystem is type casted consistlty 6 years ago
Jørgen Lien Sellæg 8061731851 fix bug where two classes got the same name 6 years ago
Jørgen Lien Sellæg 57a42c8f9e bind some of menu 6 years ago
Jørgen Lien Sellæg 0f4c4a7ce7 fix tests after moving pybind code 6 years ago
Jørgen Lien Sellæg ba24942106 bind git 6 years ago
Jørgen Lien Sellæg e08504e250 bind cppreference 6 years ago
Jørgen Lien Sellæg f583644a89 move binding code to respective files 6 years ago
Jørgen Lien Sellæg 891edadc48 bind dialogs module 6 years ago
Jørgen Lien Sellæg 8e6eaec757 wrap with string to ensure windows support 6 years ago
Jørgen Lien Sellæg 6ae2d94dd1 partially bind lldb debugger 6 years ago