⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rbmanager_scanner.xml

📁 资源文件的管理(IBM的)
💻 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(&quot;" precedes="&quot;" />
	</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 + -