Page 3 of 4

Posted: Thu Jul 12, 2007 2:29 am
by AndyCR
Here is a video of it; sorry for the horrible quality.

http://youtube.com/watch?v=m36ZJynlrvM

Not feature complete, not bug free, but it works.

EDIT: I should add that if you have a dual-core CPU, when started from the script editor RF2 runs on the second CPU, so the script editor stays responsive.

Posted: Thu Jul 12, 2007 8:35 pm
by scott
wow that is so COOOL finaly an app that uses the second cpu :D

Posted: Sat Jul 14, 2007 3:29 am
by darksmaster923
can i use this script editor for other engines like panda3d? or delta3d?

Posted: Sat Jul 14, 2007 4:07 pm
by AndyCR
Depends on the language. It could easily be used with other languages the editing control's lexer supports, but would have to be modified very slightly (~5 lines of code changed).

Posted: Sat Jul 21, 2007 4:59 am
by AndyCR
Another video is up. This one shows the new error handling mechanism in RF2's script editor. If you were to see only one script editor video, this should be it!

http://www.youtube.com/watch?v=vhipSNoGFl0

Posted: Sat Jul 21, 2007 12:39 pm
by bernie
What can I say Andy... Just Brilliant isn't enough WOW. That is really error handling. Can't wait for RF2. If this is the quality we are expecting it will knock the socks off the other engines. Keep up the good work.

Posted: Sat Jul 21, 2007 8:00 pm
by darksmaster923
you sound sorta british

Posted: Sat Jul 21, 2007 8:23 pm
by bernie
English actually old man, came home in 1997 after 57 years in England. Irish by family English by birth.

Posted: Sat Jul 21, 2007 8:30 pm
by darksmaster923
well i was actually talking about andys voice in the video

Posted: Sun Jul 22, 2007 9:02 pm
by zany_001
gj Andy!! :D When will it be finished, as in how much to go?

Posted: Mon Jul 23, 2007 5:40 pm
by AndyCR
Overall todo list:

Code cleanup (in progress) (4 hours)
Persistent data (IE saving window position and restoring it next session) (3 hours)
Find, Replace, Find in Files, Replace in Files (5 hours)
Symbol browser (4 hours)
Finish package browser (8 hours)
Configuration dialog, configuration file (8 hours)
Debugging (of scripts, not of the app :P ) (10 hours)
Auto-complete (AKA intellisense) (? hours)

After that, it's pretty much done.

Posted: Mon Jul 23, 2007 8:47 pm
by zany_001
42 hours,give or take,not bad.how much r u working on it each week,if u dont mind me asking,and wat r u going to start doing after the script. editor

Posted: Mon Jul 23, 2007 9:13 pm
by ardentcrest
AndyCR wrote:Overall todo list:

Code cleanup (in progress) (4 hours)
Persistent data (IE saving window position and restoring it next session) (3 hours)
Find, Replace, Find in Files, Replace in Files (5 hours)
Symbol browser (4 hours)
Finish package browser (8 hours)
Configuration dialog, configuration file (8 hours)
Debugging (of scripts, not of the app :P ) (10 hours)
Auto-complete (AKA intellisense) (? hours)

After that, it's pretty much done.

and TAB ERRORS'......

LOL LOL LOL

Posted: Thu Jul 26, 2007 7:14 pm
by AndyCR
I work around 4 hours a week on it. If the internet connection goes down, that goes up to about 12. :P

I plan to start on Dawn immediately after or even while working on the script editor.

Posted: Sun Jul 29, 2007 6:24 pm
by AndyCR
Still cleaning up the code. I'll be putting it into SVN when I'm done.
and TAB ERRORS'......
Fixed now.