]> gitweb.factorcode.org Git - factor.git/commit
Make editors use the new path-finding vocabulary and protocol.
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Oct 2011 18:53:07 +0000 (11:53 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Oct 2011 20:16:37 +0000 (13:16 -0700)
commita647df58f6fd41f2e378e121325a17e0d8036805
treed3ee6f3782a805a059ce822a9710166615d4ca8d
parentbf0c7eaa22ab8b946af35bad26385c63a46f9820
Make editors use the new path-finding vocabulary and protocol.
Implement io.standard-paths on Windows.
31 files changed:
basis/editors/editors-docs.factor
basis/editors/editors.factor
basis/editors/editpadlite/editpadlite.factor
basis/editors/editpadpro/editpadpro.factor
basis/editors/editplus/editplus.factor
basis/editors/emacs/emacs.factor
basis/editors/emeditor/emeditor.factor
basis/editors/etexteditor/etexteditor.factor
basis/editors/gedit/gedit.factor
basis/editors/gvim/gvim.factor
basis/editors/jedit/jedit.factor
basis/editors/macvim/macvim.factor
basis/editors/notepad/notepad.factor
basis/editors/notepad2/notepad2.factor
basis/editors/notepadpp/notepadpp.factor
basis/editors/scite/scite.factor
basis/editors/ted-notepad/ted-notepad.factor
basis/editors/textedit/textedit.factor
basis/editors/textmate/textmate.factor
basis/editors/textpad/textpad.factor
basis/editors/textwrangler/textwrangler.factor
basis/editors/ultraedit/ultraedit.factor
basis/editors/vim/vim-docs.factor
basis/editors/vim/vim.factor
basis/editors/wordpad/wordpad.factor
basis/io/launcher/launcher.factor
basis/io/standard-paths/standard-paths.factor
basis/io/standard-paths/unix/unix.factor
basis/io/standard-paths/windows/platforms.txt [new file with mode: 0644]
basis/io/standard-paths/windows/windows-tests.factor [new file with mode: 0644]
basis/io/standard-paths/windows/windows.factor [new file with mode: 0644]