rbmanager_scanner.xml

来自「资源文件的管理(IBM的)」· XML 代码 · 共 21 行

XML
21
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?