Text File Dictionary Project Template - plugin detail
Code completion project sample. Provides code completion in text files. The words in the code completion box come from a text file registered in the Options window. So, you could register a file with ANY content (i.e., any language or word choices) there. Then that will be used. The definitions in the documentation section come from a web service, which provides definitions for English words only.
|
Versions available
|
Download size: 2.51 MB
|
Last Update: 2007-05-28
|
What's new in this version
Added screenshot of the New Project wizard, to show the location of the template.
Verifications for NetBeans versions
Plugin is not subject to any verification
Introduction
Sample TextFileDictionary project template
which provides a module suite project, containing three
module projects.
The main module
project provides code completion for text files. The other
two provide related libraries.
After running the module suite project, go to the
Miscellaneous category in the Options window. There,
use the new Dictionary File
section to chose a text file containing words. One is
included in the module project, called "English.0". Click OK.
Next, open a text file, press Ctrl-Space after typing one letter,
and notice a code completion box appears with words that
can complete the typed letter. Continue typing and notice
that the code completion box guides you as you continue. A
web service is called to fill the documentation popup
for the current word in the code completion box. While
the code completion box is open, press Alt-P to see a
popup message.
This is where you find the project template in the New Project wizard:

|
[ You have to be logged in to be able to comment. ]
User Comments
There are no comments yet.