3 Jun 17:22
Re: Proposal to expand set of operator words
From: Jan-Willem Maessen <Janwillem.Maessen@...>
Subject: Re: Proposal to expand set of operator words
Newsgroups: gmane.comp.lang.fortress.general
Date: 2008-06-03 15:22:31 GMT
Subject: Re: Proposal to expand set of operator words
Newsgroups: gmane.comp.lang.fortress.general
Date: 2008-06-03 15:22:31 GMT
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. > >
RSS Feed