Open API feature request
Originally it was an Properties Editor request, but I think it applies
to most of the plugins that provide editor for some file-type.
It would be very nice if the properties plugin integrated with IDEA file
types and creates a new system filetype (like the new HTML and XHTML for
example.) I need this feature, because in our company, most of the
property files have 'props' suffix instead of 'properties'.
请先登录再写评论。
FileTypes API open and developed actively, I'll try to use it in PE.
TIA,
Dmitry
dimitar wrote:
> Originally it was an Properties Editor request, but I think it
applies to most of the plugins that provide editor for some file-type.
>
> It would be very nice if the properties plugin integrated with IDEA
file types and creates a new system filetype (like the new HTML and
XHTML for example.) I need this feature, because in our company, most of
the property files have 'props' suffix instead of 'properties'.
You can already register a new extension, for an existint file type. I
do that in the miniWiki plugin, to register the ".wiki" extension to
text files:
Alain