a. "Remove trailing white spaces before saving" feature
b. show tabs, show EOL, show spaces should be
seperately activated.
c. For Excellent HTML editing HTML code complete
feature
d. Code folding feature
e. For release 3, release 2 features
add date, make comment, indent, unindent,
Change Case....
----------------
some bugs:
a. write following line
<br /><!-- eight spaces and any html tag -->
b. press back space
<br /><!-- four spaces and any html tag -->
it should be
<br /><!-- seven spaces and any html tag -->
**********
a. write following line, "|" is caret.
<tr>|</tr><!-- eight spaces -->
b. press enter
<tr>
|</tr><!-- eight spaces -->
**********
File -> Save As..
All supported files.. should be translatable
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tabs, EOL and Spaces can not be shown separately because of SynEdit limitations.
Indent and unindent are present in both Dev-PHP 3.00 Alpha 3 and 2.0.8. Comments, Dates and Case changing will be implemented in 3.00 Alpha 4.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This editor has a feature like that.
I like it, but it is not GPL :(
before saving document, it cleans all
trailling spaces. It is useful for
obsessive compulsive people like me :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
sir you can download turkish language file from
http://www.kucuk.org/turkish.lng
----------------
feature request for release 2 and 3 series:
a. "Remove trailing white spaces before saving" feature
b. show tabs, show EOL, show spaces should be
seperately activated.
c. For Excellent HTML editing HTML code complete
feature
d. Code folding feature
e. For release 3, release 2 features
add date, make comment, indent, unindent,
Change Case....
----------------
some bugs:
a. write following line
<br /><!-- eight spaces and any html tag -->
b. press back space
<br /><!-- four spaces and any html tag -->
it should be
<br /><!-- seven spaces and any html tag -->
**********
a. write following line, "|" is caret.
<tr>|</tr><!-- eight spaces -->
b. press enter
<tr>
|</tr><!-- eight spaces -->
**********
File -> Save As..
All supported files.. should be translatable
Tabs, EOL and Spaces can not be shown separately because of SynEdit limitations.
Indent and unindent are present in both Dev-PHP 3.00 Alpha 3 and 2.0.8. Comments, Dates and Case changing will be implemented in 3.00 Alpha 4.
ok, ic.
may you add "Remove trailing white spaces before saving" feature?
thanks for your feed back.
mmmm... I don't understand what you mean by that feature. Could you give me an example please?
http://www.crimsoneditor.com/
This editor has a feature like that.
I like it, but it is not GPL :(
before saving document, it cleans all
trailling spaces. It is useful for
obsessive compulsive people like me :)
so basically you want something along the lines of:
for(int i = 0; i < file.linecount; i++){
file.line[i] = trim(file.line[i]); //remove trailing "whitespaces"
}
yes exactly..
remove trailing "whitespaces" before save operation