| |
|
| org.acm.seguin.pretty.PrettyPrintFromIDE org.acm.seguin.ide.elixir.ElixirPrettyPrinter
ElixirPrettyPrinter | public class ElixirPrettyPrinter extends PrettyPrintFromIDE (Code) | | Pretty printer for the elixir editor.
author: Chris Seguin |
ElixirPrettyPrinter | public ElixirPrettyPrinter()(Code) | | Create an ElixirPrettyPrinter object
|
getLineNumber | protected int getLineNumber()(Code) | | Returns the initial line number
The LineNumber value |
getOutputBuffer | protected String getOutputBuffer()(Code) | | Get the output buffer
a string containing the results |
getStringFromIDE | protected String getStringFromIDE()(Code) | | Gets the initial string from the IDE
The file in string format |
prettyPrint | public static void prettyPrint()(Code) | | Reformats the current source code
|
prettyPrintConfig | public static void prettyPrintConfig()(Code) | | Description of the Method
|
removeCR | public String removeCR(String input)(Code) | | Remove \r from buffer
Parameters: input - Description of Parameter a string containing the results |
setLineNumber | protected void setLineNumber(int value)(Code) | | Sets the line number
Parameters: value - The new LineNumber value |
setStringInIDE | protected void setStringInIDE(String value)(Code) | | Sets the string in the IDE
Parameters: value - The new file contained in a string |
|
|
|