Download
(1MB)
Download
Updated: 07-19-06 08:02 PM
Pictures
File Info
Updated:07-19-06 08:02 PM
Created:unknown
Downloads:20,361
Favorites:76
MD5:

SciTE-WOWInterface  Popular! (More than 5000 hits)

Version: 0.8
by: Cladhaire [More]

This is a re-package of the popular ScITE editor (based on the scintilla editing component). You can find more information about SciTE at http://www.scintilla.org/SciTE.html. Some of the customization is from the package at http://gisdeveloper.tripod.com/scite.html , but those just amount to some configuration files that have been altered. 've adjusted some of the preferences and added the bulk of the WoW API with prototypes and descriptions as pop-up calltips (you can see a few examples in the attached screenshots).

One thing you will want to adjust is the window placement and size. Unfortunately SciTE does not save window positions (it was originally designed for GTK+, where the window manager saves the position). You can do this by opening the global properties file:

Open SciTE
Select the Options Menu
Select "Open Global Options File"

You'll want to edit the following options (0,0 is in the top left of the screen)

  • position.left
  • position.top
  • position.height
  • position.width

CHANGELOG
=================================
* Re-compiled lua, luac and bitlib so they should all work and operate together with no license restrictions
* Added the bitlib functions to the lua calltips
* Re-packaged the entire distribution from scratch to be a bit more efficient and easier to make quick packages
* Updated SciTE to version 1.70 (the latest version)
* Compile action will compile to FileName.luc
* Build action will do a no-output compile testing for errors
* Go action will execute the LUA using the interpreter

Post A Reply Comment Options
Unread 07-20-06, 06:28 AM  
Kaelten
Jack's raging bile duct
 
Kaelten's Avatar
Featured Addon Author

Forum posts: 782
File comments: 48
Uploads: 12
Hey clad, good work, any plans to add code completion, or is this a feature beyond this editor?
__________________
WowAce.com & CurseForge.com Adminstrator
Developer of Ace3, OneBag3, and many other addons and libraries
Project lead and Mac developer for the Curse Client

Anyone that needs what they want
And doesn't want what they need
I want nothing to do with
Report comment to moderator  
Reply With Quote
Unread 07-20-06, 10:30 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
I'll have to look into it, but I know its possible-- I just tend to find it annoying. Let me look for a bit =)
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 07-20-06, 10:34 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
Goto Options
Open Global Options File

Search for the line that contains:
autocompleteword.automatic=0

and change the 0 to a 1 =)
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 11-16-06, 03:03 PM  
kandoko
A Murloc Raider

Forum posts: 4
File comments: 2
Uploads: 0
Originally posted by Cladhaire
Goto Options
Open Global Options File

Search for the line that contains:
autocompleteword.automatic=0

and change the 0 to a 1 =)
Thanks for this editor Cladhaire, it my personal favorite for working on my mods, but its only for lua 5.0. I have a few syntax problems on the current 2.0 test realm, and was curious if you will be updating it to lua 5.1?

If not, is it possible for a semi cluelless newb like myself to update the files?
Report comment to moderator  
Reply With Quote
Unread 11-16-06, 03:06 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
Originally posted by kandoko
Thanks for this editor Cladhaire, it my personal favorite for working on my mods, but its only for lua 5.0. I have a few syntax problems on the current 2.0 test realm, and was curious if you will be updating it to lua 5.1?

If not, is it possible for a semi cluelless newb like myself to update the files?
I haven't decided entirely, but you can replace the lua 5.0 binaries using the binaries cogwheel has compiled here on WoWInterface. Just put these files in the bin/ directory. As for the API update.. I don't know I'll be getting to that any time soon, but we'll see if I get time at work.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 12-06-06, 03:43 PM  
KarlThePagan
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 7
Uploads: 1
Smile How I got Lua 5.1 working with Scite

This is just what I did to fix things up... your mileage may vary

1) get Lua 5.1 here:
http://www.wowinterface.com/download...a5.1.1WoW.html

2) edit your lua.properties and modify the command.go.* line to the following:
command.go.*.lua=bin\lua.exe -l "lib\wow" "$(FileNameExt)"

3) move your SciTE-WOWInterface\lib directory to SciTE-WOWInterface\bin\lib

4) modify wow.lua to not load bitlib unless it's missing:
if not bit then
local lib = package.loadlib("lib\bitlib.dll", "luaopen_bit")
assert(lib)
lib()
lib = nil
end

(optionally just remove the whole bitlib stuff - since bitlib is included with cogwheel's binaries)
Report comment to moderator  
Reply With Quote
Unread 06-13-07, 04:34 PM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
Have an updated API (as updated as wowwiki is, anyway):
http://wowacepy.googlecode.com/files/scite_wow_api.zip

And here's a python script that builds an API file from wowwiki's API page:
http://wowacepy.googlecode.com/svn/u...cite_apigen.py
Report comment to moderator  
Reply With Quote
Unread 07-20-07, 01:31 PM  
endlessracingz
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally posted by Kemayo
Have an updated API (as updated as wowwiki is, anyway):
http://wowacepy.googlecode.com/files/scite_wow_api.zip

And here's a python script that builds an API file from wowwiki's API page:
http://wowacepy.googlecode.com/svn/u...cite_apigen.py
How do I implement that? How do I apply it to the folders and things?

Oringinally posted by KarlThePagan
This is just what I did to fix things up... your mileage may vary

1) get Lua 5.1 here:
http://www.wowinterface.com/downloa...ua5.1.1WoW.html

2) edit your lua.properties and modify the command.go.* line to the following:
command.go.*.lua=bin\lua.exe -l "lib\wow" "$(FileNameExt)"

3) move your SciTE-WOWInterface\lib directory to SciTE-WOWInterface\bin\lib

4) modify wow.lua to not load bitlib unless it's missing:
if not bit then
local lib = package.loadlib("lib\bitlib.dll", "luaopen_bit")
assert(lib)
lib()
lib = nil
end

(optionally just remove the whole bitlib stuff - since bitlib is included with cogwheel's binaries)
How do I go about doing this exactly? I mean once you get 5.1 then what? do I have to move the lau5.1.exe and lauc5.1.exe files somewhere? or rename them? what about the bin2c5.1.exe and the lua5.1.dll?

Help I am pretty clueless about this stuff and I am just learning.

I have programmed in several different languages (C++, VB, java, etc...) but I have never had to setup something like this to do it
Report comment to moderator  
Reply With Quote
Unread 07-20-07, 01:38 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
FWIW i'll be updating this in the next few months, and I rebuild the API documentation.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 07-20-07, 02:26 PM  
KarlThePagan
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 7
Uploads: 1
Originally posted by endlessracingz
How do I go about doing this exactly? I mean once you get 5.1 then what? do I have to move the lau5.1.exe and lauc5.1.exe files somewhere? or rename them? what about the bin2c5.1.exe and the lua5.1.dll?
I only recommend Lua version 5.1.1 compiled for this specific purpose:
http://www.wowinterface.com/download...a5.1.1WoW.html

You are using a different Lua package (probably the official one) if you have files with those names.

Take Lua.exe and Luac.exe from the correct package (in lua511wow-1.7.zip\lua511wow\msvc\release) and use those files to replace the 2 files with the same names which are present in the directory "SciTE-WOWInterface\bin".

If you are "zomg keylogger" worried you can compile the binaries yourself using Visual Studio (and check the source code too).

These are free tools developed for a very limited project and take a little bit of effort to work with rather than your copies of VS.net and Eclipse which have a huge number of contributors. The hard work doesn't end here as SciTE doesn't provide many autocompletion features.
Report comment to moderator  
Reply With Quote
Unread 08-27-07, 04:41 PM  
Hallithron
A Fallenroot Satyr
 
Hallithron's Avatar
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 25
Uploads: 3
So, this may be a silly question, but is there a way to get the WoW API integrated into SciTE in Linux? I see some files for the API floating around, and if it's a matter of compiling something via pseudo-conventional means, I probably have the know-how to get it done. If there's a way I can just insert the WoW API, though, that would make things a great deal simpler for me!
__________________
Author:
SolaceBuffDisplay
SolaceStones
Report comment to moderator  
Reply With Quote
Unread 08-27-07, 06:26 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
Originally posted by Hallithron
So, this may be a silly question, but is there a way to get the WoW API integrated into SciTE in Linux? I see some files for the API floating around, and if it's a matter of compiling something via pseudo-conventional means, I probably have the know-how to get it done. If there's a way I can just insert the WoW API, though, that would make things a great deal simpler for me!
You just need to add the wow.api file, and then load it in the Lua properties file. It's just a matter of getting that file, which is out of date, and I no longer have an easy way to access.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 02-25-08, 02:35 PM  
Jumpee
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 55
Uploads: 6
When using this version of SciTE I noticed that using the vararg (...) in my code causes the Tools/Go function to give an error indication as in "unexpected symbol near `...'"

Is there a later version that supports Lua 5.1? Or is this not my problem?
Report comment to moderator  
Reply With Quote
Unread 02-26-08, 03:46 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
Originally posted by Jumpee
When using this version of SciTE I noticed that using the vararg (...) in my code causes the Tools/Go function to give an error indication as in "unexpected symbol near `...'"

Is there a later version that supports Lua 5.1? Or is this not my problem?
SciTE that is packaged here is Lua 5.1. There would be another issue. Can you post the code on pastey.net or something so we can look?
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 02-26-08, 11:15 AM  
Jumpee
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 55
Uploads: 6
I lifted this line of code from the beta 2.4 version of Recap and put it into my code. And when I do a Tools/Go I get this message.

C:\SciTE-WOWInterface\bin\lua.exe: MyTest.lua:21: unexpected symbol near `...'

-- get the eight arguments common to all events (the ellipsis is a variable pointing to a list of arguments)
local timestamp, eventType, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags = ...
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.