Re: Yet another reason for openTools API attention



Sergio Sette wrote:
I think the current community has a great potential, just needs to be supported. And supports means documentation, documentation, documentation ;-) (or more code to look at)
Hey Nick, are you listening ? We are here a we just needs a little help !!


Yes! more examples.
for example here's a great article, http://dn.codegear.com/article/21114

also, whats really needed is a way to identify what symbol is at the current cursor position, and locations in the source that particular symbol is referred to, as well as the symbol's type and scope etc.
this kind of information is not easily obtained by the expert writer, and requires writing a parser that is accurate, for example, taking into consideration include files and compiler defines.

when you look at a product like CodeRush, i would think that half of that product is composed of its parser.
and then you got ModelMaker writing their parser, Castalia writing their parser etc.

also, something i could really use is a convenient way to paint on the editor's surface.
there are hacks available, but they have their shortcomings.
it would be great if there was an event for painting a line of code, which would take code folding into account.
.



Relevant Pages

  • Re: libxml: is it possible not to use doctype declaration?
    ... am not sure how to conclude that from the documentation. ... Is using libxml the right thing to do to, ... Libxml-ruby is the most complete & accurate parser of the big three ... is if can send the actual XML so I can give it a try with it (because when I ...
    (comp.lang.ruby)
  • Re: libxml: is it possible not to use doctype declaration?
    ... You were right that the methods are not instance methods, ... am not sure how to conclude that from the documentation. ... Libxml-ruby is the most complete & accurate parser of the big three ...
    (comp.lang.ruby)
  • Re: urllib2.urlopen(url) pulling something other than HTML
    ... from HTMLParser import HTMLParser ... parser = MyHTMLParser ... htmllib.HTMLParser so it can parse the html for links. ... of the documentation: ...
    (comp.lang.python)
  • Re: programming job market in bay area in US
    ... certainly not enough to be able to debug my translator by knowing what ... any of a wide range of different things, from simply writing utility ... Would any of that qualify as "systems programming"? ... drafts of the documentation, then I wrote all the rest of the ...
    (comp.programming)
  • Re: The rise and fall of linux
    ... > Have you ever considered picking a chunk of outdated ... > domumentation and writing an improved replacement? ... Linux including and especially writing documents. ...
    (alt.linux)