[ANN] CollapseTypeCast Plugin v0.1
http://www.intellij.org/twiki/bin/view/Main/TypeCastCollapserPlugin
This plugin adds 1 intention to IDEA :
collapse the current type cast.
v0.1 : initial version
feature : collapse type cast under caret.
To Do
- add configuration options : class to exclude, symbol replacer
- collapse all remaining type casts in the panel
- publish source (remove dependencies)
Please sign in to leave a comment.
Looks like a neat little intention. Perhaps it could be renamed
FoldTypeCast instead of Collapse? Collapse means something different to me,
and code folding is already a familiar term to IDEA-ers.
;ted
"Alain Ravet" <alain.ravet.list@wanadoo.be> wrote in message
news:bkka55$m52$1@is.intellij.net...
>
>
>
>
>
Ted Young wrote:
> Perhaps it could be renamed FoldTypeCast instead of Collapse?
> Collapse means something different to me,
> and code folding is already a familiar term to IDEA-ers.
I don't like the name either, and I'm open to suggestions :
- Camouflage plugin (*1)
- TypeCastCamouflage plugin
- TypeCastFolder plugin
- TypeCastHider plugin
- TypeCast plugin
- ???
(*1) Would suggest/suppose/require hiding more than only typecasts,
although I can't think of anything else. Any idea?
deprecated: replaced by the CamouflagePlugin
http://www.intellij.org/twiki/bin/view/Main/CamouflagePlugin