Menu

feature request, translation

2004-09-30
2012-12-07
  • Fırat KÜÇÜK

    Fırat KÜÇÜK - 2004-09-30

    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

     
    • Leonardo García

      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.

       
    • Fırat KÜÇÜK

      Fırat KÜÇÜK - 2004-10-11

      ok, ic.
      may you add  "Remove trailing white spaces before saving" feature?

      thanks for your feed back.

       
    • Leonardo García

      mmmm... I don't understand what you mean by that feature. Could you give me an example please?

       
    • Fırat KÜÇÜK

      Fırat KÜÇÜK - 2004-10-13

      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 :)

       
      • Andrew Murphy

        Andrew Murphy - 2004-10-13

        so basically you want something along the lines of:

        for(int i = 0; i < file.linecount; i++){
        &nbsp;&nbsp;file.line[i] = trim(file.line[i]); //remove trailing "whitespaces"
        }

         
    • Fırat KÜÇÜK

      Fırat KÜÇÜK - 2004-10-13

      yes exactly..
      remove trailing "whitespaces" before save operation

       

Log in to post a comment.

MongoDB Logo MongoDB