I would like to have more options and flexibility for the Text Editors color coding (in "Preferences>Text Editor>Colors").
Some suggestions:
- Color coding for HTML class attributes and <link> (highlighting with a background color)
- Color coding for the <img> tag, <form>, <a> and <input> tag. Especially the option to highlight the <img> would make it much easier to find images in the code
- Color coding option for <table> tag
More options to customize the color coding in Text Editor
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
-
- Posts: 20
- Joined: Fri Jun 17, 2005 4:33 pm
- Location: Richmond VA, United States of America
- Contact:
More options to customize the color coding in Text Editor
Karlis, I agree on need for more granularity with color options. "Too Colorful" is not a problem, it is a help... I would particularly like to see additional color options for PHP, ( different colors for different comment types, for instance, and different colors for different operators.) As for being "Too Colorful", you could set defaults for future items to black, and let users change at will. Thanks for a great product, and great support. Scot
P.S. I just noticed that PHP vars inside of quotes in assignments inherit the color of the quoted text.:
$text = "Look, Ma, I wrote a file!\n" ;
...
if (fwrite)
{
echo "Wrote: $text ";
}
It would be nice if the vars maintained the color assigned to vars: vis:
$text = "Look, Ma, I wrote a file!\n" ;
...
if (fwrite)
{
echo "Wrote: $text ";
}
Scot
P.S. I just noticed that PHP vars inside of quotes in assignments inherit the color of the quoted text.:
$text = "Look, Ma, I wrote a file!\n" ;
...
if (fwrite)
{
echo "Wrote: $text ";
}
It would be nice if the vars maintained the color assigned to vars: vis:
$text = "Look, Ma, I wrote a file!\n" ;
...
if (fwrite)
{
echo "Wrote: $text ";
}
Scot
...No Digital... None of the Time...
Re: More options to customize the color coding in Text Edito
I absolutely agree with Scott - I would like to have more options to adjust my personal coding style.ScotDiddle wrote:"Too Colorful" is not a problem, it is a help... As for being "Too Colorful", you could set defaults for future items to black, and let users change at will.
You don't have to change the default colors.