From f65b2b2a66f05b20010256ca1d81cc3252ea1471 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 26 Mar 2014 10:15:53 -0400 Subject: Include my new "lspawn" module by default for spawning processes. The `textadept.run` module now uses `spawn()` instead of `io.popen()`. This module replaces the dependency on winapi. Removed experimental `io.popen()` and `os.execute()` hooks. They may be re-implemented later using `spawn()`. --- core/locale.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/locale.conf') diff --git a/core/locale.conf b/core/locale.conf index ed2b8d1c..37b784dd 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -177,6 +177,8 @@ Command _Entry = Command _Entry Select Co_mmand = Select Co_mmand _Run = _Run _Compile = _Compile +Buil_d = Buil_d +S_top = S_top _Next Error = _Next Error _Previous Error = _Previous Error _Adeptsense = _Adeptsense @@ -192,6 +194,7 @@ Snap_open = Snap_open Snapopen _User Home = Snapopen _User Home Snapopen _Textadept Home = Snapopen _Textadept Home Snapopen _Current Directory = Snapopen _Current Directory +Snapopen Current _Project = Snapopen Current _Project _Snippets = _Snippets _Insert Snippet... = _Insert Snippet... _Expand Snippet/Next Placeholder = _Expand Snippet/Next Placeholder -- cgit v1.2.3