张志豪
|
1f609bef4d
|
Drop sponsor
|
2022-09-13 18:05:42 +08:00 |
|
张志豪
|
1b6743ee43
|
6.25
|
2022-06-18 20:41:38 +08:00 |
|
mpsijm
|
9cad30bb17
|
Add configurable threshold for number of lines for big files (#2484)
|
2022-06-18 20:38:03 +08:00 |
|
张志豪
|
b39a9c736b
|
6.24
|
2022-06-07 13:28:45 +08:00 |
|
张志豪
|
a2294a0c87
|
Fix scope highlighting does not work issus (#2478)
|
2022-06-07 13:21:31 +08:00 |
|
张志豪
|
64ded4f5fd
|
Fix using wrong color schema issue #2478
|
2022-06-06 14:04:29 +08:00 |
|
Viatorus
|
ac82ab6ba4
|
Fix "an issue" in update notify (#2479)
|
2022-06-01 16:15:16 +08:00 |
|
张志豪
|
20b82baea8
|
6.23
|
2022-05-04 15:18:28 +08:00 |
|
wrongwrong
|
ffc4d92093
|
Improved performance of annotateUtil . (#2465)
* Separate getBracketLevel
* Separate iterateParents and iterateChildren
|
2022-04-30 11:29:27 +08:00 |
|
张志豪
|
05aa7987e5
|
Using tabnine png logo
|
2022-04-29 09:14:25 +08:00 |
|
张志豪
|
eac6360f9a
|
Support Code With Me client #2408 (#2464)
* Using TextAttributesKey instead of TextAttributes
* Fix tests
* Update change log
|
2022-04-28 21:06:26 +08:00 |
|
张志豪
|
179477d611
|
Codota => Tabnine
|
2021-11-29 09:40:05 +08:00 |
|
张志豪
|
5645cdcbd2
|
6.21
|
2021-08-25 15:30:45 +08:00 |
|
张志豪
|
777d0e01a5
|
Add support for disable rainbowify Python keywords
|
2021-08-25 15:29:20 +08:00 |
|
张志豪
|
afb33674f6
|
6.20
|
2021-08-24 23:34:55 +08:00 |
|
张志豪
|
6423831e3c
|
Add CODE_OF_CONDUCT.md & CONTRIBUTING.md & update existing docs
|
2021-08-24 23:24:52 +08:00 |
|
张志豪
|
ed2aead6f6
|
Support more Python keywords
|
2021-08-22 18:01:55 +08:00 |
|
张志豪
|
f7cce387c1
|
refactor: remove unused args
|
2021-08-22 17:38:38 +08:00 |
|
张志豪
|
b2edd310ff
|
Initial commit for rainbowify Python keywords
|
2021-08-22 17:35:15 +08:00 |
|
张志豪
|
aa511946af
|
Using textMatches instead of text to avoid expensive traverses the whole PSI tree & format code
|
2021-08-18 18:51:58 +08:00 |
|
张志豪
|
277495f165
|
refactoring
|
2021-08-13 11:30:15 +08:00 |
|
张志豪
|
b80a898619
|
mirror changes from [Extract IndentGuideRenderer into a separate class](efe95372f2 )
|
2021-08-13 11:08:59 +08:00 |
|
张志豪
|
ca4212b955
|
mirror changes from Let general HighlightingPasses (i.e. not TextEditorHighlightingPass-derived) run in parallel to other passes since they are not dependent on anything. Make document notnull as by-product (e7f246b594 )
|
2021-08-13 10:44:06 +08:00 |
|
张志豪
|
01c1069c1c
|
cleanup 201.* stuff
|
2021-08-13 10:32:27 +08:00 |
|
张志豪
|
9f21c1272d
|
refactoring
|
2021-08-13 10:22:57 +08:00 |
|
张志豪
|
6e0c8ab2d9
|
run verifier with IIU-2021.2 & remove dead vscode plugin in .gitpod.yml & bump kotlintest to kotest
|
2021-08-06 11:54:39 +08:00 |
|
张志豪
|
95abe080f5
|
Eat exceptions inside RainbowHighlightVisitor.analyze()
|
2021-07-15 09:53:20 +08:00 |
|
张志豪
|
d92fcb751f
|
6.19
|
2021-07-11 15:48:03 +08:00 |
|
张志豪
|
85db7e2f66
|
New color schema for light theme
|
2021-07-11 14:39:29 +08:00 |
|
张志豪
|
909f251152
|
refactoring: using jackson instead of org.json since org.json not bundled with SDK
|
2021-07-11 14:18:21 +08:00 |
|
张志豪
|
9e50fe501f
|
remove unused randomColor.js
|
2021-07-11 13:38:23 +08:00 |
|
张志豪
|
fed9873be2
|
Refactoring: simplify random color API usage
|
2021-07-11 13:36:43 +08:00 |
|
张志豪
|
5777d7bace
|
Initial commit for remove Nashorn Engine
|
2021-07-11 13:24:28 +08:00 |
|
张志豪
|
63736b058e
|
[SQL] the END keyword is improperly detected as closing a BEGIN scope when the END actually closes a CASE #2280
|
2021-06-30 18:07:22 +08:00 |
|
张志豪
|
61e3226ef3
|
[ci skip] update README
|
2021-06-23 21:54:15 +08:00 |
|
张志豪
|
696702c3f7
|
[ci skip] Compatible with HUAWEI DevEco Studio
|
2021-06-15 18:25:17 +08:00 |
|
张志豪
|
b3e56a0715
|
Mirror changes from branch 2020.2, error report removed
|
2021-06-12 16:54:24 +08:00 |
|
张志豪
|
7c35e9ccd5
|
Remove deprecated API usage(still need re-compile after build 2021.2 release) & cherry pick change log from branch 2020.2
|
2021-06-12 16:33:17 +08:00 |
|
张志豪
|
50958a273d
|
Fix #2037 Wrong coloring in generic < after comparison operator <
|
2021-06-05 13:21:46 +08:00 |
|
张志豪
|
80940e599a
|
rewrite build.gradle with build.gradle.kts
|
2021-05-01 13:59:24 +00:00 |
|
张志豪
|
06dc2df770
|
Remove some deprecated API usage
This reverts commit 890df1b02b .
|
2021-03-10 23:04:43 +08:00 |
|
张志豪
|
c8d93fe718
|
Initial commit for 2020.3
|
2021-03-10 23:03:29 +08:00 |
|
张志豪
|
46d3a9929c
|
Fix deprecated API usage
|
2021-03-06 15:21:52 +08:00 |
|
张志豪
|
890df1b02b
|
Revert "remove some deprecated API usage"
This reverts commit 2b71a61172 .
|
2021-03-06 15:14:27 +08:00 |
|
张志豪
|
48897f6e7a
|
6.17
|
2021-03-06 14:59:54 +08:00 |
|
张志豪
|
4fc1e67172
|
remove some deprecated usage
|
2021-03-06 14:42:15 +08:00 |
|
张志豪
|
2b71a61172
|
remove some deprecated API usage
|
2021-03-06 14:22:43 +08:00 |
|
张志豪
|
b5ef80f0ce
|
Update RainbowifyBanner.kt
|
2021-03-03 17:39:36 +08:00 |
|
张志豪
|
c4650259ab
|
Update banner action label content
|
2021-03-03 00:19:22 +08:00 |
|
张志豪
|
97262f1caf
|
update banner icon
|
2021-03-01 18:08:45 +08:00 |
|