freeride-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FR-devel] Feature Request


From: Bob H
Subject: [FR-devel] Feature Request
Date: Mon, 23 Dec 2002 17:14:29 -0500

I was not sure where to put these in the wiki.

Using SciTE I have modified the properties file to allow a quick syntax
check and a profiler.

    command.name.0.*.rb=Check Syntax
    command.0.*.rb=ruby -c $(FileNameExt)
    command.name.0.*.rbw=Check Syntax
    command.0.*.rbw=ruby -c $(FileNameExt)

    command.name.2.*.rb=Profiler
    command.2.*.rb=ruby -r profile $(FileNameExt)
    command.name.2.*.rbw=Profiler
    command.2.*.rbw=ruby -r profile $(FileNameExt)

It would be a simple yet usefull thing to add to FreeRIDE to allow the
same.  No?

Bob





reply via email to

[Prev in Thread] Current Thread [Next in Thread]