Commit Graph

  • f8301c2648 remove unnecessary space Jørgen Lien Sellæg 2020-09-24 09:17:52 +0200
  • d96121fa5a update to multiline echo and set shebangs to /bin/sh Jørgen Lien Sellæg 2020-09-24 09:00:16 +0200
  • 67289736f9 update docs to use sh instead of bash and add chmod for glsl Jørgen Lien Sellæg 2020-09-21 01:02:41 +0200
  • a89a965a80 add support for glsl shaders closes #439 Jørgen Lien Sellæg 2020-09-17 17:18:42 +0200
  • 04b5aace73 Fixes #440: segmentation fault when running regex on very long lines. Also minor cleanup of Terminall::find_link, and added extra Termina::find_link tests. eidheim 2020-09-20 13:02:32 +0200
  • 2074b03b7a Added Posix file link tagging to terminal eidheim 2020-09-15 20:34:38 +0200
  • 9c726eaee3 Merge branch 'update-docs' of https://gitlab.com/cppit/jucipp eidheim 2020-09-15 17:52:31 +0200
  • 25ce06b79c Added missing try around boost::property_tree::read_json call eidheim 2020-09-15 12:50:34 +0200
  • 5d1cd3282a add root hint to docs Jørgen Lien Sellæg 2020-09-15 11:07:06 +0200
  • 06d9854e15 Make terminal link tag higher priority than colored tags eidheim 2020-09-15 09:59:16 +0200
  • b24113ae56 Improved terminal link tagging of Node.js error output eidheim 2020-09-15 09:55:01 +0200
  • 9c0685cb01 No longer scroll terminal to botton when for instance running prettier or clang-format eidheim 2020-09-15 09:43:07 +0200
  • 3c726f52da Formatting cleanup eidheim 2020-09-10 18:39:44 +0200
  • d518aab030 update lambdas to new format Jørgen Lien Sellæg 2020-09-10 13:49:14 +0200
  • 6d40ecd8cc remove unnecessary else statement Jørgen Lien Sellæg 2020-09-10 13:42:56 +0200
  • 007785a74d remove documentation about code style as it is no longer practise Jørgen Lien Sellæg 2020-09-10 13:39:58 +0200
  • 889c80de70 add ci step to catch lint errors Jørgen Lien Sellæg 2020-09-09 15:27:51 +0200
  • ead0a8c8b6 fix formatting in tooltips test Jørgen Lien Sellæg 2020-09-09 15:26:32 +0200
  • 0a2f52f044 use if statement instead of ternary operator Jørgen Lien Sellæg 2020-09-09 14:44:22 +0200
  • 946052c2a8 format raw strings Jørgen Lien Sellæg 2020-09-09 14:42:44 +0200
  • bca93a62dc use correct format on certain parts Jørgen Lien Sellæg 2020-09-09 14:39:14 +0200
  • 4a76c6114f No longer adds semicolon after lambda expressions that are passed as arguments eidheim 2020-09-10 10:59:43 +0200
  • f3d76e08ae Improved handling of enter after { at beginning of lambda expressions that are arguments eidheim 2020-09-10 10:07:50 +0200
  • 19887dff27 Fixes #438: improved detection and handling of closing curly bracket in special circumstances eidheim 2020-09-10 09:19:22 +0200
  • 64b67eedde Can now paste in terminal eidheim 2020-09-09 14:17:10 +0200
  • 7e44c26615 Fix CI failure eidheim 2020-09-09 17:25:21 +0200
  • 161b26aefa Cleanup of language client json parsing code eidheim 2020-09-09 09:55:47 +0200
  • 85b19da51b Added include fixits for C warnings beginning with: implicitly declaring library function eidheim 2020-09-09 10:41:36 +0200
  • 3124fa7fa3 Added suggestion to restart juCi++ on libclang completion failure eidheim 2020-09-09 09:28:45 +0200
  • 4e6c2c2d95 bind up tiny process lib and add test should also fix terminal warnings Jørgen Lien Sellæg 2020-09-08 21:48:37 +0200
  • e67799eec3 Added and made use of gray color in terminal. Also made all error messages red. eidheim 2020-09-08 19:19:49 +0200
  • 1a11a5736b update lldb test python Jørgen Lien Sellæg 2020-09-08 17:32:37 +0200
  • 92679161f4 update bindings of ctags, but disable test of it for now Jørgen Lien Sellæg 2020-09-08 17:11:59 +0200
  • 9ad7c21407 update config test to not fail. Needs updating according to new config options Jørgen Lien Sellæg 2020-09-08 16:42:15 +0200
  • 8a7dd41b73 initialize gtksourceviewmm since terminal uses that now and calls to terminal will cause an null value of the sourcebuffer Jørgen Lien Sellæg 2020-09-08 15:30:12 +0200
  • 5139d6e127 add new line to terminal call Jørgen Lien Sellæg 2020-09-08 15:28:37 +0200
  • 5b20c32754 remove enabled print Jørgen Lien Sellæg 2020-09-08 14:52:19 +0200
  • 32a70dd5b0 add basic docs Jørgen Lien Sellæg 2020-09-08 01:22:22 +0200
  • 19c3e90cca hook into juci after window has been loaded Jørgen Lien Sellæg 2020-09-08 01:13:31 +0200
  • 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 Jørgen Lien Sellæg 2020-09-08 00:06:57 +0200
  • a994405c71 load config and plugins early Jørgen Lien Sellæg 2020-09-08 00:05:49 +0200
  • ad60559d97 load plugins before application, we might want to do changes before the application starts Jørgen Lien Sellæg 2020-09-07 23:09:43 +0200
  • 69d5297d88 bump version number so that config file updates Jørgen Lien Sellæg 2020-09-07 21:22:24 +0200
  • c72aa8cdc4 Compiling again Jørgen Lien Sellæg 2020-09-07 21:10:32 +0200
  • 03cf0990f2 fix merge mistakes in tests Jørgen Lien Sellæg 2020-09-07 19:40:35 +0200
  • ecc2a4d642 remove duplicate include Jørgen Lien Sellæg 2020-09-07 19:21:41 +0200
  • c5d40c1d0e Add files Jørgen Lien Sellæg 2019-07-08 20:36:54 +0200
  • ff0c52cc45 add debug lldb test and fix bug with functional header missing Jørgen Lien Sellæg 2019-06-01 00:21:52 +0200
  • 86e6a12180 add ctags test Jørgen Lien Sellæg 2019-05-31 16:20:49 +0200
  • f8a607a8ab fix some formatting and check for errors in suite Jørgen Lien Sellæg 2019-05-31 16:09:36 +0200
  • c3b4f21735 fix reference count bug in type caster Jørgen Lien Sellæg 2019-05-31 16:06:53 +0200
  • ca7d9830b2 extract common method Jørgen Lien Sellæg 2019-05-26 14:32:37 +0200
  • be76f94374 small cleanup Jørgen Lien Sellæg 2019-05-26 13:48:59 +0200
  • b736400807 fix remaining tests on windows Jørgen Lien Sellæg 2019-05-25 17:27:35 +0200
  • cdf8b4548f fix tests in compile_commands for windows and fix a bug in compile_commands.cc Jørgen Lien Sellæg 2019-05-25 17:26:11 +0200
  • c9055243c3 organize imports Jørgen Lien Sellæg 2019-05-25 14:22:13 +0200
  • ce37b55d0b move terminal target to top Jørgen Lien Sellæg 2019-05-25 14:22:01 +0200
  • 6afde6fe37 test all config options and fix two bugs in module Jørgen Lien Sellæg 2019-05-25 14:20:26 +0200
  • 6d04f7cff6 add default contstructor for all subclasses of config Jørgen Lien Sellæg 2019-05-19 21:18:07 +0200
  • 333fe0aa81 fix assignment bug and add default constructor Jørgen Lien Sellæg 2019-05-19 21:17:44 +0200
  • 53f1c755b7 add basic config test Jørgen Lien Sellæg 2019-05-19 21:12:53 +0200
  • 3cf14b7841 add tests for compile commands and fix some bugs Jørgen Lien Sellæg 2019-05-19 20:48:04 +0200
  • f8127a76d2 move cmake project one level up Jørgen Lien Sellæg 2019-05-19 19:31:29 +0200
  • 3368b4ffc2 test cmake bindings Jørgen Lien Sellæg 2019-05-19 19:08:49 +0200
  • 95f15ef264 move python interpreter test to python module test Jørgen Lien Sellæg 2019-05-19 16:47:23 +0200
  • 7778752da0 disable lldb tests on debian due to an bug in python Jørgen Lien Sellæg 2019-05-18 15:01:37 +0200
  • 76e8e5dc54 add paths for windows in test environment Jørgen Lien Sellæg 2019-05-06 21:17:21 +0200
  • 7307307846 compile target with files instead of linking Jørgen Lien Sellæg 2019-04-30 15:42:29 +0200
  • 05b5b57997 remove references to interpreter Jørgen Lien Sellæg 2019-04-30 15:42:00 +0200
  • c519c9dd94 remove interpreter wrapping Jørgen Lien Sellæg 2019-04-30 15:41:37 +0200
  • 32b5df1060 remove lldb tests for build check Jørgen Lien Sellæg 2019-04-27 18:54:24 +0200
  • 00e1282008 add very basic CMake test Jørgen Lien Sellæg 2019-04-27 18:53:27 +0200
  • 91ba2234fe refactor test suite to make room for tests of all bindings Jørgen Lien Sellæg 2019-04-27 18:48:47 +0200
  • b898db575f make sure boost filesystem is type casted consistlty Jørgen Lien Sellæg 2019-04-27 17:08:15 +0200
  • 8061731851 fix bug where two classes got the same name Jørgen Lien Sellæg 2019-04-27 15:59:35 +0200
  • 57a42c8f9e bind some of menu Jørgen Lien Sellæg 2019-04-20 13:46:04 +0200
  • 0f4c4a7ce7 fix tests after moving pybind code Jørgen Lien Sellæg 2019-04-20 13:44:59 +0200
  • ba24942106 bind git Jørgen Lien Sellæg 2019-04-19 22:19:55 +0200
  • e08504e250 bind cppreference Jørgen Lien Sellæg 2019-04-18 15:26:20 +0200
  • f583644a89 move binding code to respective files Jørgen Lien Sellæg 2019-04-18 02:57:26 +0200
  • 891edadc48 bind dialogs module Jørgen Lien Sellæg 2019-04-15 19:47:46 +0200
  • 8e6eaec757 wrap with string to ensure windows support Jørgen Lien Sellæg 2019-04-15 18:41:30 +0200
  • 6ae2d94dd1 partially bind lldb debugger Jørgen Lien Sellæg 2019-04-15 16:16:31 +0200
  • 3879f9b0d8 bind ctags class Jørgen Lien Sellæg 2019-04-06 16:53:53 +0200
  • ee8226d224 small cleanup Jørgen Lien Sellæg 2019-04-06 15:32:20 +0200
  • e55c075981 bind compile commands class Jørgen Lien Sellæg 2019-04-06 15:31:30 +0200
  • 4763f50e25 bind cmake class Jørgen Lien Sellæg 2019-04-06 15:25:22 +0200
  • bcd3d0eb96 bind config classes Jørgen Lien Sellæg 2019-04-06 14:40:44 +0200
  • 22bf01be44 move plugin implementation to own file Jørgen Lien Sellæg 2019-03-10 16:55:35 +0100
  • 1244f1a32f fix python home and path on windows Jørgen Lien Sellæg 2019-03-10 16:54:55 +0100
  • 0be5d31d13 add test for terminal bindings Jørgen Lien Sellæg 2019-03-07 16:00:14 +0100
  • 63c822c887 bind terminal and add type caster for filesystem path Jørgen Lien Sellæg 2019-02-25 21:57:26 +0100
  • d7b60adc62 find and include python plugin dependencies Jørgen Lien Sellæg 2019-02-15 14:23:30 +0100
  • b8f513fdff Simplified default python command eidheim 2020-09-08 14:25:55 +0200
  • 7be97ad465 Minor cleanup of build valid checks eidheim 2020-09-08 14:16:59 +0200
  • e1bcc080ef Added colors to exit status eidheim 2020-09-08 13:56:35 +0200
  • 404490243e Minor terminal cleanup eidheim 2020-09-08 13:11:52 +0200
  • 7bf9752200 Added colors to terminal warnings and errors eidheim 2020-09-08 11:22:17 +0200
  • 727d9c1c0c Fixes #431: can now cancel creating/updating build folder eidheim 2020-09-07 17:47:00 +0200
  • 446b2c3b5b Fixes #429: now outputs a more informative error message when project folder has been moved and the build folder no longer contains a valid build eidheim 2020-09-07 13:44:03 +0200