realbasic-betas.mbox
[Top] [All Lists]

Re: Export Source

To: REALbasic Betas <realbasic-betas at lists dot realsoftware dot com>
Subject: Re: Export Source
From: Kevin Ballard <kevin at sb dot org>
Date: Wed, 30 Oct 2002 21:00:44 -0500
Heh, I'd never tried that option before.

But yeah, I think it should get rid of the <classname>.<methodname>: lines and instead use something like

<classname>:
  Function blah() As Integer
    // Code
  End Function

  Function hrm() As String
    // Code
  End Function

<next classname>:
  Sub ...

i.e. it should use <classname>: as a header and indent all the functions and such inside that.

Also, the destination file should have a default extension of .txt, instead of the current extension-less state it has now. Well, on MacOS X at least.

On Wednesday, October 30, 2002, at 07:37  PM, Noah Desch wrote:

Anyone else think Export Source should come out looking like RBScript code instead of that pseudo-code format that we get now?

--
Kevin Ballard
kevin at sb dot org
http://www.tildesoft.com
Email from Korea or China must go to <kevin dot nb at sb dot org>


---
A searchable archive of this list is available at:
<http://dbserver.realsoftware.com/KBDB/search.php>

Unsubscribe:
<mailto:realbasic-betas-off at lists dot realsoftware dot com>

Subscribe to the digest:
<mailto:realbasic-betas-digest at lists dot realsoftware dot com>
.


<Prev in Thread] Current Thread [Next in Thread>