Please login or register.

Login with username, password and session length
Advanced search  

News:

IRC channel - server: waelisch.de  channel: #wme (read more)

Author Topic: WSE 0.2 beta  (Read 12056 times)

0 Members and 1 Guest are viewing this topic.

SANNOI

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 22
  • mmmmm...
    • View Profile
    • ModelArt Software
WSE 0.2 beta
« on: January 02, 2004, 03:01:09 AM »

WSE is a Wintermute Script Editor written in Visual Basic .NET. WSE uses the WME wrapper for .NET to check the syntax of the script. It can open WME's project files (wpr) and recognizes the data directories of the project and finds all the scripts that exist inside these. This is the first public beta of this application and it is possible that has enough bugs.

FEATURES:

-- Open script, inc, dcs and wpr files.
-- Script templates.
-- Syntax highlighting.
-- Multiple file syntax checking.
-- Total customizable text editor (font type, font size, matching brackets, line numbers...).
-- Multiple Document Interface.
-- Visual Studio .NET style interface.

TODO:
-- Code autocompletion (Intellisense)
-- Folding
-- Fully managed wpr files.
-- Code templates.

SCREENSHOTS:




DOWNLOADS: English version

English version: http://www.elsombrerodelabuelo.com/descargas/wse_beta_2_english.zip
Spanish version: http://www.elsombrerodelabuelo.com/descargas/wse_beta_2_spanish.zip

Report bugs to: labiopartido@gmail.com

EDIT: I've changed the links and the e-mail direction cause they're outdated.
« Last Edit: September 13, 2005, 10:23:46 PM by SANNOI »
Logged

MMR

  • Global Moderator
  • Frequent poster
  • *
  • Karma: 3
  • Offline Offline
  • Gender: Male
  • Posts: 349
  • http://mmrdeveloper.wordpress.com/
    • View Profile
    • TinyWME
Re:WSE 0.2 beta
« Reply #1 on: January 02, 2004, 02:52:44 PM »

SANNOI eres un m
Logged

McCoy

  • The cocido eater
  • Frequent poster
  • ****
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 365
  • Spurrrrrrring
    • View Profile
    • Spur Games
Re:WSE 0.2 beta
« Reply #2 on: January 02, 2004, 03:58:55 PM »

Wow, and now look at me, thinking that I was good at VB -_-U.

So yes, I can say it looks awesome, Sannoi, I hope you'll finish it soon, because I'm starting to get tired of UltraEdit and it stupid JavaScript highlighting... I need real WME highlighting and function completion! (It's very tiresome to look at the docs for searching for the functions I need and all that... I really miss the VB way for that...).

And now that I remember, and just going to the off-topic again, if anyone is bored enough for downloading the best work I did at VB (2 years ago...) here you have the links:

(Kinda) Scientific Calculator

3D Starfield

3D Spining Triangle


 ::)
Logged

Click here to sign my sig!

MMR

  • Global Moderator
  • Frequent poster
  • *
  • Karma: 3
  • Offline Offline
  • Gender: Male
  • Posts: 349
  • http://mmrdeveloper.wordpress.com/
    • View Profile
    • TinyWME
Re:WSE 0.2 beta
« Reply #3 on: January 02, 2004, 06:09:12 PM »

I think i've seen these applications...

Maybe you sent them to me a few months ago... ;)
Logged

McCoy

  • The cocido eater
  • Frequent poster
  • ****
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 365
  • Spurrrrrrring
    • View Profile
    • Spur Games
Re:WSE 0.2 beta
« Reply #4 on: January 02, 2004, 07:36:30 PM »

Yep, I recall I did, but I don't remember the reason though...
Logged

Click here to sign my sig!

MMR

  • Global Moderator
  • Frequent poster
  • *
  • Karma: 3
  • Offline Offline
  • Gender: Male
  • Posts: 349
  • http://mmrdeveloper.wordpress.com/
    • View Profile
    • TinyWME
Re:WSE 0.2 beta
« Reply #5 on: January 02, 2004, 08:14:37 PM »

Yep... maybe trying to show me what could you do in Visual Basic though.
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re:WSE 0.2 beta
« Reply #6 on: January 02, 2004, 10:05:46 PM »

Great job, Mr SANNOI :)
As for the code-coompletion, my original intention was to use the text files I'm using to generate the scripting reference (MMR, odnorf and Jerrot know them :)) The describe all the methods and their parameters and those files are easy to parse.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Jerrot

  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 690
    • View Profile
Re:WSE 0.2 beta
« Reply #7 on: January 03, 2004, 02:20:20 AM »

Hey Sannoi,

yeah, that looks very promising. Maybe you could add shortcuts for your "Find and Replace" function, at least I use that feature quite often in other editors.

About the code completion... check this out:

http://wme.jerrot.de/wme_wordfile.txt

I just did what Mnemonic mentioned and converted those doc files. This word file (for UltraEdit) contains WME's current script reference - divided in attributes, methods and global functions for different colors.

Oh, and I added two more features in it - "keywords" (like "if", "while", etc.) and "operators". They are stolen from my PHP word file, but they work great for WME, too.

Well, it should be easy to rip all keywords there... feel free to do so. ;)

Logged
Mooh!

odnorf

  • w00t?
  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 7
  • Offline Offline
  • Gender: Male
  • Posts: 1456
  • Lamp dog!
    • View Profile
Re:WSE 0.2 beta
« Reply #8 on: January 03, 2004, 09:36:33 PM »

Very good work Sannoi!  ;D It has started to become really usefull and functional! Especially the use of tabs is very good.

[Offtopic] Mnemonic, why don't you add tabs to the wme tools too? it would be cool to have 4-5 sprites (for example) opened within the same window. [/Offtopic]

One question thought. Why does it take so long to start? (a few seconds on my AthlonXP 1800+)
Logged
fl*p

odnorf

  • w00t?
  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 7
  • Offline Offline
  • Gender: Male
  • Posts: 1456
  • Lamp dog!
    • View Profile
Re:WSE 0.2 beta
« Reply #9 on: January 03, 2004, 11:44:16 PM »

One suggestion: Add a button "Replace All" to the "Find and replace" window. Right now if you want to change the word globl (an obious mistake) with the word global you have to click several times on the "find next" & "replace" buttons.

And one Bug: Try to "find & replace" any word and press the button "replace" several times. It would add the same word over and over. For example if you try to change the word "me" with the word "mine" and hit the replace button 3 times you will end up with something like "mineminemine". (I hope it's easily reproducable because I won't here be tomorrow, and the day after tomorrow, and the day after that, and the day after............)
Logged
fl*p

Drax

  • Occasional poster
  • **
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 78
  • This engine rocks!
    • View Profile
    • Ganja Joe - And the myth of the holy pot
Re:WSE 0.2 beta
« Reply #10 on: January 05, 2004, 05:33:10 PM »

I think I discovered a bug, maybe It's known but not implemented.

If I load my scripts in WSE it removes all my
Logged
I'm Lost!
 

Page created in 0.022 seconds with 24 queries.