Jan-Willem Maessen | 3 Jun 17:22
Favicon

Re: Proposal to expand set of operator words


On Jun 3, 2008, at 10:22 AM, dmitrey wrote:

>> Oddly, I've only had this problem with type names.
>>
>> There's one very real downside: I can't parse code visually.  That  
>> is, I can't quickly tell the operator names from the variable names.
> In essential fortress IDE it could be easily solved via different  
> colors for variables and/or functions and/or operators.

Note that this means that all the imports must be correctly found and  
parsed by the IDE, or the highlighting will be wrong.  Usually IDE  
syntax highlighting is a local operation, and doesn't require us to  
set search paths for our library files within the IDE itself just to  
read code.

-Jan

>
> Regards, D.
>
>


Gmane