this.context = context;
}
public void actionPerformed(ActionEvent ev) {
NbEditorDocument doc=(NbEditorDocument) context.getDocument();
ExtSyntaxSupport sup= new ExtSyntaxSupport(doc);
int pos=context.getOpenedPanes()[0].getCaretPosition();
try{
int o=Utilities.getRowIndent(doc, pos,true);
int[] idBlk = Utilities.getIdentifierBlock(doc, pos);
Utilities.reformatLine(doc, pos);