an ECLIPSE Smart hint-XML section
First find the modified path:
Windows →preferences → xml → xml Files → Editor → Content Assist
- Change Auto activation Delay (ms): to
- Prompt when these characters is inserted:
<=:[email protected]+/"ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVW
Fill in all the characters and symbols that you want to be prompted after the input, and can be added according to your actual situation.
Two IED Eclipse Java EE IDE for WEB developers
DTD type constraint file
1. window->preferences->xml->xml catalog->user Specified Entries window, select the Add button
2. In the Add XML Catalog Entry dialog box, select or enter the following:
Location:f:\javajar\sql-map-config-2.dtd
[The DTD can be found in the downloaded Ibatis, of course, you can also go to http://ibatis.apache.org/dtd/this address to download]
Key Type:uri [Is drop-down menu selection, not input]
Key:http://ibatis.apache.org/dtd/sql-map-config-2.dtd
[can be viewed in the header of the Ibatis configuration file.]
Eclipse Smart Tips