USING: io.launcher kernel sequences math.parser namespaces editors make ; IN: editors.nedit : nedit-client ( file line -- ) [ "nedit-client" , "-line" , number>string , , ] { } make try-process ; [ nedit-client ] edit-hook set-global