Commit Graph

168 Commits

Author SHA1 Message Date
林万程
3b9309eb80 feat(extDoc): Load xxx.tree/key/doc/json.tsv when projectOpened -> exitDumbMode 2024-09-21 10:05:26 +08:00
林万程
754536ae6b fix(Action): IDEA 2024.1 ActionUpdateThread.OLD_EDT fixed #52 2024-09-11 02:52:22 +08:00
林万程
8788447aa0 fix(ConfFileInitListener): loop when projectOpened 2024-09-09 23:37:56 +08:00
林万程
151b53d5b1 feat: kt/prop doc temp and trim 2024-09-09 23:37:39 +08:00
林万程
49f8a602bf docs: some comment and @Notnull 2024-07-28 23:29:42 +08:00
林万程
e60ad5722e fix(RustLangDoc): support rust package comment //! fixed #55 2024-07-28 23:29:39 +08:00
林万程
3ac2b8b680 feat(liveTemplates): Temp doc support PHP/Scala, Temp la/reg/end support Ruby/Shell/SQL/XML 2024-03-13 08:42:59 +08:00
林万程
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