Commit Graph

161 Commits

Author SHA1 Message Date
林万程
550d011397 feat(HtmlLangDoc): support HTML | 支持 HTML (VUE -> HTML -> XML) 2024-03-12 19:44:55 +08:00
林万程
6220b9a7e7 fix(fromLineUpDoc): /* only one 2024-03-12 19:36:14 +08:00
林万程
e0458287cd fix(JsLangDoc): // JS 2024-03-12 19:30:26 +08:00
林万程
fab33e921b feat(YamlLangDoc): support YAML | 支持 YAML 2024-03-12 19:14:29 +08:00
林万程
e4dee1d768 fix(ScalaLangDoc): ScDocTag.getAllText() -> getText()
incompatible with IntelliJ IDEA Ultimate IU-232.10300.40 due to the following problem
Method not found (1 problem)
Invocation of unresolved method ScDocTag.getAllText() (1 problem)
Method ScalaLangDoc.appendTag(...) contains an invokeinterface instruction referencing an unresolved method ScDocTag.getAllText(). This can lead to NoSuchMethodError exception at runtime.
2024-03-03 21:46:36 +08:00
林万程
b8526f1c6b fix(ScalaLangDoc): ScDocTag.getCommentDataText() -> getAllText()
incompatible with IntelliJ IDEA Ultimate IU-241.14024.14 due to the following problem
Method not found (1 problem)
Invocation of unresolved method ScDocTag.getCommentDataText() (1 problem)
Method ScalaLangDoc.appendTag(...) contains an invokeinterface instruction referencing an unresolved method ScDocTag.getCommentDataText(). This can lead to NoSuchMethodError exception at runtime.
2024-03-03 21:33:30 +08:00
林万程
b7473db601 fix(JavaLangDoc): skipSign not effect in when ☑ // Java 2024-02-28 23:12:47 +08:00
林万程
96b96d844c doc(plugin.xml): lang list and other 2024-02-28 23:07:40 +08:00
林万程
b748470582 fix(plugin.xml): swift depends 2024-02-28 23:06:56 +08:00
林万程
84eceb9343 fix(PhpLangDoc): PHP file tree comment 2024-02-28 23:05:40 +08:00
林万程
b352dbb9ff feat(RubyLangDoc): support Ruby | 支持 Ruby 2024-02-28 07:30:30 +08:00
林万程
e654e960d2 feat(GroovyLangDoc): support Groovy | 支持 Groovy 2024-02-28 07:30:04 +08:00
林万程
a9f1088b8b feat(RustLangDoc): support Rust Method etc. 2024-02-27 19:34:11 +08:00
林万程
7e2b828434 feat(ScalaLangDoc): support Scala | 支持 Scala 2024-02-27 19:33:28 +08:00
林万程
11eae9fa4d docs(CsLineEnd): About Rider C# getReference().resolve() 2024-02-20 21:35:19 +08:00
林万程
82081ae8ec feat(SwiftLangDoc): support Swift | 支持 Swift 2024-02-20 21:25:58 +08:00
林万程
335d9fffff feat(CLangDoc): support C | 支持 C 2024-02-15 21:09:42 +08:00
林万程
62c52fa93d feat(PhpLangDoc): support PHP | 支持 PHP 2024-02-15 21:09:42 +08:00
林万程
10074b3ac7 feat(RustLangDoc): 2.16 support Rust | 支持 Rust 2024-02-15 21:09:40 +08:00
林万程
1b21ab7066 feat(BaseLangDoc): fix cls get comment exception 2024-01-31 21:38:05 +08:00
林万程
eb52684841 feat(BaseLangDoc): MergeDoc skip doc same when not set 2024-01-30 19:48:17 +08:00
林万程
baa2fe1dfc fix(Cache): ignore "Throwable: File is not valid" at FileViewProvider.findElementAt 2024-01-29 21:36:58 +08:00
林万程
694024b212 chore(Sonar): add private constructor 2024-01-26 21:09:10 +08:00
林万程
88088d3099 refactor(Sonar): Extract method to another Class 2024-01-26 20:52:49 +08:00
林万程
8273d15feb chore(BaseLangDoc): add @NotNull @Nullable etc. 2024-01-26 20:03:09 +08:00
林万程
25caa79a68 feat(BaseLangDoc): multi RefClass to support Ref in javadoc and kotlin doc 2024-01-26 19:59:17 +08:00
林万程
b0cd5ad4e1 fix(JavaLangDoc): skip new doc null 2024-01-26 19:53:42 +08:00
林万程
95458c2c5e fix(Prev): skip // for parent 2024-01-26 19:51:27 +08:00
林万程
8805785e17 fix(DocFilter): line count project and global should effective both 2024-01-26 19:43:51 +08:00
林万程
48969443c9 fix(Tree): add isDumb() return in ReadAction for not must 2024-01-23 07:55:09 +08:00
林万程
c1b52fb777 refactor(JavaLangDoc): delete simple method 2024-01-23 07:54:00 +08:00
林万程
938905d82e feat(BaseLangDoc): byte to src 2024-01-23 07:51:40 +08:00
林万程
d951668763 feat(Settings): TextArea add border for Dark 2024-01-23 07:45:26 +08:00
林万程
c08d2d9d5b fix(Cache): ignore IllegalStateException ProjectImpl.getEarlyDisposable must not return null 2024-01-23 07:45:24 +08:00
林万程
3e34fa8ac9 perf(ReadAction): use nonBlocking and runReadActionInSmartMode 2024-01-21 16:18:47 +08:00
林万程
fadd45ddd3 refactor(Settings): name for dirDocEffect and fileDocEffect 2024-01-16 22:16:15 +08:00
林万程
8f26bbce3c feat(ProjectSettings): default effective 2024-01-16 22:03:36 +08:00
林万程
85a70a7ac5 fix(ProjectSettingsComponent): add ScrollPane 2024-01-16 22:03:09 +08:00
林万程
0ebf080a56 fix(ResolveDoc): docElement.getTextRange() NPE 2024-01-16 22:00:54 +08:00
林万程
a01f3fa5b3 fix(TreeCache): exception when build index 2024-01-16 22:00:06 +08:00
林万程
3c22211895 feat(JavaLangDoc): 2.15 java anno doc | java 注解注释 2024-01-16 21:58:39 +08:00
林万程
f7d7feed16 fix(LineEndCache): some time null and some time project disposed 2024-01-13 21:21:20 +08:00
林万程
5e163de171 fix(LineEndCache): delete line get doc from before line 2024-01-12 21:58:00 +08:00
林万程
3f2ead8349 refactor(JavaLangDoc): move paramDoc method to a Class 2024-01-12 21:50:32 +08:00
林万程
d83ace24ab feat(JavaLangDoc): 2.14 java enum doc for Yes(1, "Yes") | java 枚举注释 2024-01-12 21:45:20 +08:00
林万程
eaa8540266 fix(LineEndCache): insert/delete line load old cache 2024-01-12 19:44:18 +08:00
林万程
48934406bd perf(cache): line end doc clear later when switch tab, runReadAction only need, idea version doc 2024-01-10 20:55:25 +08:00
林万程
c4f98fae71 fix(tsv doc): file of resources root is not effective since 1.12 2024-01-08 21:48:57 +08:00
林万程
728c35e59a feat(cache): 2.13 Cache to Support 2023.3 | 注释缓存以支持新版 fix Slow ... EDT 2024-01-02 18:49:02 +08:00
林万程
62304b5a5c fix(ConfCache): Load tsv ext doc in back to fix Slow ... EDT
FilenameIndex.getAllFilesByExt(project, "tsv");
Slow operations are prohibited on EDT in 2023.3
2023-12-29 20:06:43 +08:00