Laurent Petit

Results 15 comments of Laurent Petit

Imported from another issue: ninjudd: Textmate-completion is certainly something I'd like to see!

trptcolin: The "sbc"=>"set-bundle-classloader" style of completion sounds cool, but I wonder if all clients would want it. Maybe it could be turned on/off with a setting? Not sure whether that...

kotarak: There is also split at ./- which might interesting. So s-b-c would complete to set-bundle-classloader, while sbc would not. (Imported from another issue)

@trptcolin : Sure it would add complexity. I'll give it a shot and see how it works, keeping in mind the possibility to make this pluggable. @kotarak: Sure, but please...

Oh yes indeed I agree, in fact I was thinking that. Le 16 juin 2012 à 09:41, Meikel Brandmeyer [email protected] a écrit : > At least a split at /...

ninjudd: As far as java completion goes, I didn't consider tackling instance method completion because the instance type is unknown when you are typing the method. That's why ns-java-methods only...

trptcolin: For REPLy's needs, instance method completion for imported classes would be awesome. I've had it on my to-do list for awhile. Your ns-java-methods change seems right to me as...

kotarak:As for the method completion: It could be limited to methods of import'd classes. That would be better than nothing and have a certain probability of matching. (Imported from another...

@ninjudd , @trptcolin , @kotarak : Indeed the fundamental problem is that the completions one would like to get are hard to get right, because there's not enough context. In...