diff options
author | 2012-02-22 18:05:15 -0500 | |
---|---|---|
committer | 2012-02-22 18:05:15 -0500 | |
commit | f28b0254397541ea46b5eced805597d6d72e5b1a (patch) | |
tree | 05f1414ea76294734898697c6e6fa71cd15872b8 /core/events.lua | |
parent | 829bdd155af955adad629e5b5948c2b62c01ebf8 (diff) | |
download | textadept-f28b0254397541ea46b5eced805597d6d72e5b1a.tar.gz textadept-f28b0254397541ea46b5eced805597d6d72e5b1a.zip |
Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.
Diffstat (limited to 'core/events.lua')
-rw-r--r-- | core/events.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/events.lua b/core/events.lua index 7c3c34f1..25467025 100644 --- a/core/events.lua +++ b/core/events.lua @@ -36,7 +36,7 @@ module('events')]] -- -- * `APPLEEVENT_ODOC` -- Called when Mac OSX tells Textadept to open a document. --- * `uri`: The URI to open. +-- * `uri`: The URI to open encoded in UTF-8. -- * `AUTO_C_CHAR_DELETED` -- Called when the user deleted a character while the autocompletion list was -- active. @@ -202,7 +202,7 @@ module('events')]] -- * `URI_DROPPED` -- Called when the user has dragged a URI such as a file name onto the view. -- Arguments: --- * `text`: The URI text. +-- * `text`: The URI text encoded in UTF-8. -- * `USER_LIST_SELECTION` -- Called when the user has selected an item in a user list. -- Arguments: |