Menu

#93 Color variables in string literals.

Undefined
closed
nobody
5
2016-05-15
2007-12-04
No

In the editor when a string contains a variable set the text color of the varible to the one defined for variables.

Ex.

print "The color is $color.\n";

$color would be the color of variables, the rest of the string would be the color for strings.

This is similiar to the behavior in vim.

Thanks.

Discussion

  • Oliver Trosien

    Oliver Trosien - 2016-05-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
     In the editor when a string contains a variable set the text color of the varible to the one defined for variables.
    
     Ex.
    
    • status: open --> closed
    • Group: Next Release --> Undefined
     
  • Oliver Trosien

    Oliver Trosien - 2016-05-15

    Rather unlikely, as it requires a new parser for strings. Closing as duplicate of https://sourceforge.net/p/e-p-i-c/feature-requests/141/

     

Log in to post a comment.