Open eclipse-qvt-oml-bot opened 1 week ago
| --- | --- | | Bugzilla Link | 296632 | | Status | NEW | | Importance | P3 normal | | Reported | Dec 01, 2009 15:57 EDT | | Modified | Sep 05, 2012 11:08 EDT | | Version | 2.0 | | Reporter | Radomil Dvorak |
Though the compiler resolves all defined intermediate properties successfully,\ the code completion gives no proposals.
intermediate property EClass::xName : String;
main() {\ object EClass {\ xNam/ activate completion /\ };\ }
By Christopher Gerking on Sep 05, 2012 11:08
Works for me (requesting proposals using Ctrl+Space).
| --- | --- | | Bugzilla Link | 296632 | | Status | NEW | | Importance | P3 normal | | Reported | Dec 01, 2009 15:57 EDT | | Modified | Sep 05, 2012 11:08 EDT | | Version | 2.0 | | Reporter | Radomil Dvorak |
Description
Though the compiler resolves all defined intermediate properties successfully,\ the code completion gives no proposals.
intermediate property EClass::xName : String;
main() {\ object EClass {\ xNam/ activate completion /\ };\ }