A language or a configuration file editor that begins 1= 2=

Status
Not open for further replies.

georgegalily

Honorable
Feb 25, 2012
5
0
10,510
Hi every one,
I'm looking for a language or a configuration file editor that begins with
1= ......
2=.........
3=.........
4=......
to Edit/save it as text and the result will be best if I could use SciTE or any FREE Script Editor to Edit/save it as text and the result file will be:
1= ......
2=.........
3=.........
4=......

WITHOUT keep numbering manually 1= 2= 3=
I'm really appreciated and thanx in advance.

Further details:
I'm developing an application that stores file database as ini sections:
and I want to edit the setting easly with a free Script Editor such as SciTE "Eh I don't want my app do that right now may be later it will":
Example:
[something1]
1= something2
2=something3
3=something4

[something2]
1= something2
2=something3
3=something4
4=something5
.
.
.
I'm really appreciated and thanx in advance.
 

georgegalily

Honorable
Feb 25, 2012
5
0
10,510
MERGED QUESTION
Question from georgegalily : "A language or a configuration file editor that begins 1= 2="

Hi every one,
I'm looking for a language or a configuration file editor that begins with
1= ......
2=.........
3=.........
4=......
to Edit/save it as text and the result will be best if I could use SciTE or any FREE Script Editor to Edit/save it as text and the result file will be:
1= ......
2=.........
3=.........
4=......
WITHOUT keep numbering manually 1= 2= 3=
I'm really appreciated and thanx in advance.

Further details:
I'm developing an application that stores file database as ini sections:
and I want to edit the setting easly with a free Script Editor such as SciTE "Eh I don't want my app do that right now may be later it will":
Example:
[something1]
1= something2
2=something3
3=something4

[something2]
1= something2
2=something3
3=something4
4=something5
.
.
.
I'm really appreciated and thanx in advance.
 

georgegalily

Honorable
Feb 25, 2012
5
0
10,510


I made my tool that do this "put numbers in front of every line of a text file", but it is better if there is away like excel spread sheets, numbers in a side that cannot be touched and other side is variabels. I did try spread32 and save it as csv but it is still uncomfortable to ordinary users.
Is there a way to make "SciTE Script Editor" do this such as "parser" or "lexer"
Really Appreciate your idea,
Thanks
 
Status
Not open for further replies.