aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-01-25 16:23:17 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-01-25 16:23:17 -0500
commit7a2d26a6541038a4233412a572c3975e2ae59717 (patch)
treedb544d2dba1c28737029df6273b86c4daba81a0e /core
parenta874a6dd0ae87f565a053324fed12bbc9a6152ce (diff)
The cursor in the Project Manager can be set through textadept.pm.cursor.
Diffstat (limited to 'core')
-rw-r--r--core/.pm.lua2
1 files changed, 2 insertions, 0 deletions
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.