Split app and global settings
This commit is contained in:
@@ -139,8 +139,13 @@ Show doc comment at the Project view Tree, line End, json, other
|
||||
<applicationConfigurable parentId="tools"
|
||||
instance="io.github.linwancen.plugin.show.settings.AppSettingsConfigurable"
|
||||
id="io.github.linwancen.plugin.show.settings.AppSettingsConfigurable"
|
||||
displayName="// Show Comment Global"/>
|
||||
displayName="// Show Comment App"/>
|
||||
<applicationService serviceImplementation="io.github.linwancen.plugin.show.settings.AppSettingsState"/>
|
||||
<applicationConfigurable parentId="io.github.linwancen.plugin.show.settings.AppSettingsConfigurable"
|
||||
instance="io.github.linwancen.plugin.show.settings.GlobalSettingsConfigurable"
|
||||
id="io.github.linwancen.plugin.show.settings.GlobalSettingsComponent"
|
||||
displayName="// Show Comment Global"/>
|
||||
<applicationService serviceImplementation="io.github.linwancen.plugin.show.settings.GlobalSettingsState"/>
|
||||
<projectConfigurable parentId="io.github.linwancen.plugin.show.settings.AppSettingsConfigurable"
|
||||
instance="io.github.linwancen.plugin.show.settings.ProjectSettingsConfigurable"
|
||||
id="io.github.linwancen.plugin.show.settings.ProjectSettingsConfigurable"
|
||||
|
||||
@@ -27,8 +27,8 @@ comment.include.regexp=comment include Regexp:
|
||||
comment.exclude.regexp=comment exclude Regexp:
|
||||
get.doc.regexp=get doc Regexp, last () when had, default is first sentence .+?(?:[\u3002\r\n]|. ) :
|
||||
|
||||
global.include.exclude.effective=Global Include Exclude Effective
|
||||
project.include.exclude.effective=Project Include Exclude Effective
|
||||
global.settings.effective=Global Settings Effective
|
||||
project.settings.effective=Project Settings Effective
|
||||
|
||||
reload.ext.doc=\uD83D\uDD04 // Reload External Comment
|
||||
reset.ext.doc=\uD83C\uDD91 // Clear External Comment
|
||||
|
||||
@@ -27,8 +27,8 @@ comment.include.regexp=\u6CE8\u91CA \u5305\u542B \u6B63\u5219\uFF1A
|
||||
comment.exclude.regexp=\u6CE8\u91CA \u6392\u9664 \u6B63\u5219\uFF1A
|
||||
get.doc.regexp=\u6CE8\u91CA\u63D0\u53D6\u6B63\u5219\uFF0C\u82E5\u6709 () \u5219\u53D6\u6700\u540E\u4E00\u4E2A\uFF0C\u9ED8\u8BA4\u6B63\u5219\u662F\u7B2C\u4E00\u53E5 .+?(?:[\u3002\r\n]|. ) :
|
||||
|
||||
global.include.exclude.effective=\u5168\u5C40\u5305\u542B\u6392\u9664\u751F\u6548
|
||||
project.include.exclude.effective=\u9879\u76EE\u5305\u542B\u6392\u9664\u751F\u6548
|
||||
global.settings.effective=\u5168\u5C40\u914D\u7F6E\u751F\u6548
|
||||
project.settings.effective=\u9879\u76EE\u914D\u7F6E\u751F\u6548
|
||||
|
||||
reload.ext.doc=\uD83D\uDD04 // \u91CD\u65B0\u8BFB\u53D6\u5916\u90E8\u6CE8\u91CA
|
||||
reset.ext.doc=\uD83C\uDD91 // \u6E05\u7406\u5916\u90E8\u6CE8\u91CA
|
||||
|
||||
Reference in New Issue
Block a user