Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF Parsley » Case sensitivity problem in parsley proposals(Case sensitivity problem in parsley proposals)
Case sensitivity problem in parsley proposals [message #1829529] Mon, 06 July 2020 08:23
Ugur Ozdemir is currently offline Ugur OzdemirFriend
Messages: 7
Registered: September 2014
Junior Member
I have a parsley project. In the model, EAttributes start with capital letter. But with capital letter I cannot use these attributes in parsley file in proposal section. I get an compile error that bla bla cannot be resolved. When I changed first character to lowercase in the parsley file, compiler error is gone but in runtime proposal does not work (also debug points does not work). I have a lot of EAttributes starts with capital letter and do not want to change them to lowercase. Is there a solution for using proposals without changing capital letter to lowercase?

Summary of cases are;
In the model EAttribute name = MyAttribute
In parsley file
proposals{
MyClass : MyAttribute -----> compile error

proposals{
MyClass : myAttribute -----> no compile error but proposal does not work
----------------------------------------------------------------------------------------
In the model EAttribute name = myAttribute
In parsley file
proposals{
MyClass : myAttribute -----> no compile error and proposal works

proposals{
MyClass : MyAttribute -----> compiler error
Previous Topic:Nested features in TableViewer, any updates ?
Next Topic:Parsley Editor Example/Tutorial
Goto Forum:
  


Current Time: Thu Apr 25 17:38:11 GMT 2024

Powered by FUDForum. Page generated in 0.03229 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top