From 7a2d26a6541038a4233412a572c3975e2ae59717 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 25 Jan 2009 16:23:17 -0500 Subject: The cursor in the Project Manager can be set through textadept.pm.cursor. --- core/.pm.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core') diff --git a/core/.pm.lua b/core/.pm.lua index b04f78ea..61ddecc0 100644 --- a/core/.pm.lua +++ b/core/.pm.lua @@ -13,6 +13,8 @@ module('textadept.pm') -- @name textadept.pm -- @field entry_text The text in the entry. -- @field width The width of the project manager. +-- @field cursor The cursor in the project manager (string representation of +-- current GtkTreePath). pm = {} --- Focuses the project manager entry. -- cgit v1.2.3