On 10 nov. 05, at 11:28, Matt Mower wrote:
...and the symbol popup is great.
Well, it's a good start yes, but it's pretty much close to useless, for me at least :p
A simple Ruby example:
class Foo def initialize end end
class Bar def initialize end end
The symbol popup for this file will show:
When it should at least show something like: Foo::initialize Bar::initialize
Or better: Foo initialize Bar initialize
Or even better, like SubEthaEdit with cute little icons :)
Looking forward to see what the next updates will bring us... Can I also have SubEthaEdit's superior block editing ? Please ? ;)