#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 Changed 15 years ago by TicketCleanup
- Version 3.3.0.0 deleted
comment:2 Changed 15 years ago by Jos
What exactly did you have in mind here?
How should this work?
Jos
comment:3 Changed 15 years ago by anonymous
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 Changed 15 years ago by Jos
- Resolution set to Rejected
- Status changed from new to closed
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
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Automatic ticket cleanup.