From 49f5b5d500b19fe3ebeb14d1a4cdcda61f0eab59 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 24 Apr 2013 11:23:02 -0400 Subject: Mark recognized errors in compile/run output and added navigation functions. --- modules/textadept/menu.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/textadept/menu.lua') diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 2c9c3244..a727b1e0 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -120,6 +120,8 @@ local menubar = { SEPARATOR, {_L['_Run'], m_textadept.run.run}, {_L['_Compile'], m_textadept.run.compile}, + {_L['_Next Error'], {m_textadept.run.goto_error, false, true}}, + {_L['_Previous Error'], {m_textadept.run.goto_error, false, false}}, SEPARATOR, { title = _L['_Adeptsense'], {_L['_Complete Symbol'], m_textadept.adeptsense.complete}, -- cgit v1.2.3