This plugin allow set file associations with IntelliJ applicaton to java and other files in Windows systems.
The FileAssociations provide special file server. It load files into IntelliJ from outside, for example, from Windows Explorer by double clicking on java file.
See IDE Settings -> File Associations. Set up the file server, for example - Default. Each server realization must put help and description information in configuration window. Please see section Command Line to get command line for file assotiations with file extension in Windows systems.
- Socket file server as default realization. This file server replace previos RMI file server realization (thanks to EugeneBelyaev for idea)
- File caret position support (thanks to BarryKaplan for this feature)
Please see topic FileAssociationsDev, any feedback are welcome
- Download the binary ZIP file (see below)
- Unzip
FileAssociations-1.0-bin.zip in your IntelliJ/plugins directory.
- See also "Jar Dependencies" section in Plugin Info
- Restart IntelliJ
Related Topics: PluginDocumentation, ProjectPluginTemplate, OpenAPI, IntellijPluginDocumentation,
IntellijPluginDocumentation, PluginDeployment, IdeasForPlugins
-- AlexeyEfimov - 15 Feb 2003
|
|