Editor integrationFactor provides support for interacting with your text editor of choice (assuming a suitable edit hook has been written.) Hooks have been written for jEdit, VIM, Emacs, Scite and a number of others. See the source code in Editing SourceYou can enable editor support in the Factor workspace by using the appropriate editor hook. For example, to add support for the Mac-specific variant of VIM, you could source the following (or add it to your USE: editors.macvim Assuming MacVim is in the executable search path, executing the following statements will cause MacVim to open the file containing the word definition: USE: demos \ demos edit Other examples can be found in the on line documentation under the Jump to error locationIf a syntax error was thrown while loading a source file, you can jump to the location of the error in your editor using the This revision created on Sun, 9 Nov 2008 07:00:12 by bfulgham (Explain common editing integration) |
|
|
All content is © 2008-2010 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license. |
|