Hi all,

Just a brief FYI -- another small contribution to the body of Lua extension goodies for SciTE.

I've added a Lua extension script for SciTE that partially replaces the OpenFilename function (Ctrl+Shift+O) to the SciTE Lua wiki at: http://lua-users.org/wiki/SciteOpenFilename

The main SciTE Lua wiki page is at: http://lua-users.org/wiki/SciteScripts

SciTEOpenFilename.lua does not duplicate all the functionality of Ctrl+Shift+O (yet... details in the wiki page.) The major feature added is the ability to open Perl/Python library modules and C/C++ system header files, using custom handlers and convenient tables of search paths.

Examples of what it can open:
    use Carp;                 # perl
    use Filter::Util::Call;
    import types              # python
    from compiler.pyassem import TupleArg
    #include <stdlib.h>       /* C */
    #include <cstddef>        // C++

Of course, since it is in Lua, it can be customized to suit your development environment without needing to recompile SciTE.

--
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to