前幾天在學習P/L SQl時,為了找到一個好的編輯器而煩惱,SQL*PLUS太麻煩了,記事本又太落後了,有些開發工具實在時殺雞使用牛刀,後來還是選擇了UltraEdit來編寫PL SQL代碼,可是該編輯器又沒有默認高亮度顯示PL SQL要害字的功能,不過幸好,還是在網上找到了配置的方法。
平時一直在寫些Struts代碼,除了使用Jb這樣的大型工具以外,其他的工具根本就是不提工struts類庫,那些類名高亮度顯示的功能 ,不過後來按照配置PL SQL的方法還是配置好了。但是這個工具相對JCreator來說編寫Java,非凡時jsp,Servlet,Struts代碼時還是很不方便的,心裡想著,JCreator能不能想UltraEdit一樣,也可以擴展某些要害字啊,結構還是找到了,方法如下:
1。文件 java.syn
該文件在D:Program FilesXinox SoftwareJCreatorV3Syntax目錄下。(根據你的安裝目錄不同,不一樣);
2。打開該文件(建議用ULtraEdit編輯器打開,有很多好處的)。
3。在文件中找到<keyWord_list3/>、<keyword_list4/>等(用編輯工具提供的查找,要不然你要找得好辛勞的)。
4。吧<keyword_list3/>改為
<keyword_list3>
《在這裡添加Struts等你所需的要害字》
</keyword_list3>
5。一下是我編輯好的Struts要害字,只要自己添加進去就可以了,假如你不能使用,請你發EMAIL給我,我這裡有一份弄好的文件,只要你替換原來的文件就可以的,[email protected]來信請說明,你要java.SYN文件。
<word>AddTagParent</word> <word>AppException</word>
<word>ApplicationConfig</word> <word>AttributeDefinition</word>
<word>AttributeToScopeTag</word> <word>BaseFieldTag</word>
<word>BaseHandlerTag</word> <word>BaseInputTag</word>
<word>BaseTag</word> <word>BufferedMultipartInputStream</word>
<word>ButtonTag</word> <word>CancelTag</word> <word>CheckboxTag</word>
<word>CommonsMultipartRequestHandler</word>
<word>CommonsFormFile</word> <word>CompareTagBase</word>
<word>ComponentConstants</word> <word>ComponentContext</word>
<word>ComponentDefinition</word>
<word>ComponentDefinitionsFactory</word>
<word>ComponentDefinitionsFactoryWrapper</word>
<word>ConditionalTagBase</word> <word>ConfigHelper</word>
<word>ConfigHelperInterface</word> <word>ConfigRuleSet</word>
<word>Constants</word> <word>Content</word>
<word>ContentLengthExceededException</word> <word>ContentMap</word>
<word>ContentMapStack</word> <word>Controller</word>
<word>ControllerConfig</word> <word>ControllerSupport</word>
<word>CookieTag</word> <word>CookieTei</word>
<word>DataSourceConfig</word> <word>DefaultModuleConfigFactory</word>
<word>DefineTag</word> <word>DefineTei</word>
<word>DefinitionAttribute</word>
<word>DefinitionDispatcherAction</word>
<word>DefinitionNameAttribute</word> <word>DefinitionsFactory</word>