RF Script Editor Update (SciTE 1.74)

Official announcements regarding Reality Factory
Post Reply
User avatar
QuestOfDreams
Site Admin
Posts: 1520
Joined: Sun Jul 03, 2005 11:12 pm
Location: Austria
Contact:

RF Script Editor Update (SciTE 1.74)

Post by QuestOfDreams »

The RF Script Editor tool which is based on the SciTE editor (http://www.scintilla.org/) has been updated to version 1.74. This update has improved syntax highlighting and supports autocompletion and calltips for all high and low level pawn script commands. As an extra eye candy the default toolbar buttons have been replaced with icons from the tango icon set (http://tango.freedesktop.org/).

http://www.realityfactory.info/cms/inde ... &Itemid=11

The color scheme of the sxntax highlighting now mimics that of MS Visual Studio C++. Keywords that did not belong to the Simkin language (but rather to c/c++) have been removed for a proper representation of the language. A monospace font is now used by default for all text.
A major improvement is the autocompletion of high and low level pawn script functions (Complete Symbol Ctrl+I). Calltips will be displayed for these functions as well when typing a left parenthesis (.
There are also some abbreviations defined for frequently used phrases (press Ctrl+B to expand):

Code: Select all

b =>
break;

c =>
case
{
}

d =>
default
{
    
}

e =>
else
{
    
}

f =>
for i=0 to  step 1
{
}

for e =>
for each item in 
{
}

i =>
if()
{
}

r =>
return;

s =>
switch()
{
}

w =>
while()
{
}

[ =>
[()
{
    
}]
Attachments
rfscriptedit.jpg
rfscriptedit.jpg (37.37 KiB) Viewed 4915 times
Jay
RF Dev Team
Posts: 1232
Joined: Fri Jul 08, 2005 1:56 pm
Location: Germany

Post by Jay »

cool. Downloading now. Thanks!
Everyone can see the difficult, but only the wise can see the simple.
-----
User avatar
bernie
RF Moderator
Posts: 1249
Joined: Tue Nov 15, 2005 10:07 am
Location: Ireland

Post by bernie »

Thanks QOD downloading now.
User avatar
Sph!nx
Posts: 297
Joined: Thu Feb 22, 2007 7:26 pm

Post by Sph!nx »

Excellent, still need to learn how to script, but the autocompletion can really help me! Thanks!
Regards Sph!nx

Sven Co-op, DevEd: Development & Editing
User avatar
bernie
RF Moderator
Posts: 1249
Joined: Tue Nov 15, 2005 10:07 am
Location: Ireland

Post by bernie »

Great job QOD. Love the calltips makes scripting much easier now. Thanks
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Post by darksmaster923 »

oooooooo! very nice work!
Herp derp.
User avatar
Juutis
Posts: 1511
Joined: Thu Jan 12, 2006 12:46 pm
Location: Finland

Post by Juutis »

Great! I'm sure this will be handy. Thanks! :)
Pain is only psychological.
Post Reply