#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 , 16 years ago
| Version: | 3.3.0.0 |
|---|
comment:3 by , 16 years ago
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 , 16 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → 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

Automatic ticket cleanup.