| |
|
| org.acm.seguin.ide.elixir.ElixirExtractMethod
ElixirExtractMethod | public class ElixirExtractMethod extends ExtractMethodDialog (Code) | | ExtractMethod for the elixir editor.
author: Chris Seguin |
extractMethod | public static void extractMethod()(Code) | | Reformats the current source code
|
getSelectionFromIDE | protected String getSelectionFromIDE()(Code) | | Gets the SelectionFromIDE attribute of the ElixirExtractMethod object
The SelectionFromIDE value |
getStringFromIDE | protected String getStringFromIDE()(Code) | | Gets the initial string from the IDE
The file in string format |
removeCR | public String removeCR(String input)(Code) | | Remove \r from buffer
Parameters: input - Description of Parameter a string containing the results |
setStringInIDE | protected void setStringInIDE(String value)(Code) | | Sets the string in the IDE
Parameters: value - The new file contained in a string |
|
|
|