📄 rbmanager_scanner.xml
字号:
<?xml version="1.0" ?>
<RBFileScanner name="RBManager Scanner" filename="rbmanager_scanner.xml">
<FileRules>
<!-- FileRules can have attributes starts_with, ends_with, and contains -->
<FileRule name="Java File" ends_with=".java" />
<FileRule name="XSL File" ends_with=".xsl" />
</FileRules>
<ParseRules>
<!-- ParseRules can have attributes follows and precedes -->
<ParseRule name="Java static resource" follows="Resources.getTranslation("" precedes=""" />
</ParseRules>
<Scan>
<Directory location="." recurse_directories="true">
<Rules>
<ApplyFileRule name="Java File">
<ApplyParseRule name="Java static resource" />
</ApplyFileRule>
</Rules>
</Directory>
</Scan>
</RBFileScanner>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -