Also, what's the status of documentation generator... I've got a project
i'd like to opensource and document so I'd be willing to lend my modest
talents whereever they maybe useful.
Well, with any luck it'll be done this week. Asher needs to write the
actual tag parser (we're using RBScript for the tag parsing too, so
you can document any way you want), and I need to do a bit of template
system tweaking. If you'd like to test / offer suggestions feel to
email me directly or IM me on AIM (thesirg3).
-- SirG3
This page should explain it:
On 1/22/06 2:57 PM, "Thomas Tempelmann" <tempe...@gmail.com> wrote:
>
> On 1/22/06, Eliezer Flores <eli.f...@rcn.com> wrote:
>>
>> What is it about an rb project that necessitates a a separate tool for
>> versioning control... is it just to have a nicer view of the changed
>> source? (i've been using exported .xml file + cvs rather effectively...
>> the only irritation is that it indicates changes where i've move the
>> window in the IDE)
>
It is:
1) That irritation specifically, and
2) The reordering of code even when no changes are made, which is what
causes (1) means that the archive files will be much bigger and
checkin/checkout operations potentially slower than they would otherwise be
if no changes were detected when none were made.
Well, it's got a slot in my RW presentation, so my fingers are crossed. I'm
looking forward to some screenshots. It will also be a tool of note because
of its exploitation of RBScript -- which as I see it is probably the most
useful major addition RS has made to aid the development of tools such as
this since supporting XML.
--Ed
Ahem - RbScript was first, only then came XML support :)
And I agree - RbScript is the single best advantage of RB over some
other dev systems (well, Java can so it as well, right?) and in one
app of mine I use it extensively (100s of tiny scripts loaded from a
xml file to configure a game, and also used for a smart
auto-update-via-web functionality in which the app downloads an
rbscript and then the script can patch, show msgs to the user, and do
lots of other sneaky things :)
You found XML support in v3? What did it support then? Why did we need
external XML classes ("XML Toolkit" by Amar Sagoo, which works in some
regards still better than RB's) and Expat plugins (see my site) at
that time?
Thomas
If you run Release Notes Browser which comes with release notes going back
to RB 3.5 and which you can augment with release notes going back to Rb 3.0
by copying them from the RB 3.5 disribution from the REAL ftp server...
You'll find 4 entries listed for "XML" among versions between 3.0 and 3.5.
The earliest of these for 3.0 is:
"
(IDE) XML Export/Import: lengthy XML conversions show watch cursor."
This, and other release notes suggest XML import/export were available in
version 2.something.
RbScript introduced in 3.5 sounds right.
> You'll find 4 entries listed for "XML" among versions between 3.0 and 3.5.
> The earliest of these for 3.0 is:
>
> "
> (IDE) XML Export/Import: lengthy XML conversions show watch cursor."
>
> This, and other release notes suggest XML import/export were available in
> version 2.something.
Haaaaahaaa!
You got that one wrong :))
That's about the IDE writing the project file in XML format. It is NOT about
xml functions the user could use in his code.
Or did you, when you wrote...
>which as I see it is probably the most
>useful major addition RS has made to aid the development of tools such as
>this since supporting XML.
... actually mean the feature to save the prj file in xml format? Then I'm
the one who you can laugh at now :)
--
Thomas Tempelmann - exaggerating over a million times a day!
http://www.tempel.org/rb/ -- The primary source of outdated REALbasic
plugins and examples
On 1/25/06 3:41 AM, "Thomas Tempelmann" <tempe...@gmail.com> wrote:
>
> On 1/24/06, Ed Kleban <E...@kleban.com> wrote:
>> If you run Release Notes Browser which comes with release notes going back
>> to RB 3.5 and which you can augment with release notes going back to Rb 3.0
>> by copying them from the RB 3.5 disribution from the REAL ftp server...
>
> RbScript introduced in 3.5 sounds right.
>
I just found the reference in the 3.5 release notes, so that pegs that one.
>> You'll find 4 entries listed for "XML" among versions between 3.0 and 3.5.
>> The earliest of these for 3.0 is:
>>
>> "
>> (IDE) XML Export/Import: lengthy XML conversions show watch cursor."
>>
>> This, and other release notes suggest XML import/export were available in
>> version 2.something.
>
> Haaaaahaaa!
> You got that one wrong :))
>
> That's about the IDE writing the project file in XML format. It is NOT about
> xml functions the user could use in his code.
Yep, that's the one I was talking about. Prior to this Project Cuisinart
was actually reading .rb files.