|
prettyxml 1.2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEditPlugin
dk.hippogrif.prettyxml.jedit.PrettyXMLPlugin
Plugin for jEdit.
Constructor Summary | |
PrettyXMLPlugin()
|
Method Summary | |
static boolean |
diff(View view,
java.util.Properties prop)
Diff two files which are opened, prettyprinted and diffed in current view with JDiffPlugin. |
static java.lang.String |
getStackTrace(java.lang.Throwable e)
|
static boolean |
prettyPrint(View view,
boolean newBuffer,
java.util.Properties prop)
Prettyprint current buffer. |
void |
start()
Sets default options if error in saved properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrettyXMLPlugin()
Method Detail |
public void start()
public static boolean prettyPrint(View view, boolean newBuffer, java.util.Properties prop)
view
- holds current view and buffernewBuffer
- to print in same or new bufferprop
- holds prettyprint properties to use or null to use jedit optionspublic static boolean diff(View view, java.util.Properties prop)
view
- holds current viewprop
- holds prettyprint properties to use or null to use jedit optionspublic static java.lang.String getStackTrace(java.lang.Throwable e)
|
prettyxml 1.2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |