Modify

#1303 closed Feature Request (Rejected)

script to replace the @ScriptLineNumbe

Reported by: Odin Owned by: Jos
Milestone: Component: SciTE4AutoIt
Version: Severity: None
Keywords: Cc:

Description

Add in the possibility of replacing SciTe @ScriptLineNumber on line numbers
Because the in the exe @ScriptLineNumber not work.

Attachments (0)

Change History (5)

comment:1 by TicketCleanup, on Nov 17, 2009 at 10:00:01 AM

Version: 3.3.0.0

Automatic ticket cleanup.

comment:2 by Jos, on Nov 29, 2009 at 2:07:56 PM

What exactly did you have in mind here?
How should this work?

Jos

comment:3 by anonymous, on Dec 1, 2009 at 7:29:04 AM

Not sure what Odin has in mind. But giving it a little thought, Obfuscator seems a nice candidate for a possible optional option for this.
Thinking of the scanning of the original source files part, while merging them into one single file. As at this point it has access to the original(#include) line number's where the @ScriptLineNumber is used on.

comment:4 by Jos, on Dec 8, 2009 at 8:25:48 PM

Resolution: Rejected
Status: newclosed

This isn't going to be added to Obfuscator because that doesn't belong in there.
It is easy to write a script to preprocess the input script which will:

  • add all include files. (Got a script for this already available)
  • replaces all @ScriptLineNumber with something like Filename/Original line number.

There will be some hurdles to take and it doesn't look like to OP is interested in investing time here to properly define the scope.

My current suggestion is to write a POC first yourself to demonstrate what is wanted and post that in the examples forum.

Jos

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.