- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
content assist options for SPACE
Wed, 2010-03-10, 20:20
val s = ""
s.CTRL+SPACE will open the proper options for a String
s CTLR+SPACE will open something else...
since "s matches pp" is the same as "s.matches(pp)" shouldn't the second
popup the same options as the first?
-----
Razvan Cojocaru,
Work: http://www.sigma-systems.com
Playground: http://wiki.homecloud.ca
Follow me: http://feeds.razie.com/RazvanTech RSS Feed ,
http://twitter.com/razie Twitter , http://github.com/razie GitHub ..
Thu, 2010-03-11, 01:17
#2
Re: Re: content assist options for SPACE
That's still not specific enough :)
2010/3/10 Razvan Cojocaru <razie@razie.com>
2010/3/10 Razvan Cojocaru <razie@razie.com>
Right - i meant with the eclipse plugin...right... :)
-----
Razvan Cojocaru,
Work: http://www.sigma-systems.com
Playground: http://wiki.homecloud.ca
Follow me: http://feeds.razie.com/RazvanTech RSS Feed ,
http://twitter.com/razie Twitter , http://github.com/razie GitHub ..
--
View this message in context: http://old.nabble.com/content-assist-options-for-SPACE-tp27854546p27854572.html
Sent from the Scala - Tools mailing list archive at Nabble.com.
Thu, 2010-03-11, 23:47
#3
Re: content assist options for SPACE
On Wed, Mar 10, 2010 at 7:20 PM, Razvan Cojocaru wrote:
>
> val s = ""
>
> s.CTRL+SPACE will open the proper options for a String
> s CTLR+SPACE will open something else...
>
> since "s matches pp" is the same as "s.matches(pp)" shouldn't the second
> popup the same options as the first?
Yes it should ... please open a ticket for this in Trac. Thanks.
Cheers,
Miles
Right - i meant with the eclipse plugin...right... :)
-----
Razvan Cojocaru,
Work: http://www.sigma-systems.com
Playground: http://wiki.homecloud.ca
Follow me: http://feeds.razie.com/RazvanTech RSS Feed ,
http://twitter.com/razie Twitter , http://github.com/razie GitHub ..