For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 5 voices, and was last updated 16 years, 5 months ago by
tamnc.
-
AuthorPosts
-
andrewmearsParticipantAre there any known problems with the Java properties file editor? I have been seeing some strange behavior. If I create a new .properties file, add some entries using the add button in the editor and save the file, the source view is empty and so is the file in the filesystem. If I close the IDE and reopen it, all the entries are gone.
September 11, 2009 at 7:28 am #302344
support-joyMemberandrewmears,
This is a known issue and our dev team is working on this issue.
September 15, 2009 at 1:01 pm #302455
ajcarrollMemberI’ve encountered a different bug in the properties file editor. The “properties” tab can get out of synch with the “source” tab. The out of synch state is “sticky” within a session – ie. The problem persists after closing the editor, refreshing & cleaning the workspace, and re-opening the file in the properties file editor, howevering restarting myeclipse fixes the problem.
Basically the issue is that if you edit a file outside of myeclipse (in our case the properties file in question is generated by our build), the “source” view correctly shows the latest version of the file, however the “properties” tab continues to show the value when the properties file was first opened during the MyEclipse session. Refreshing the file / workspace and cleaning does not fix the problem, neither does closing or re-opening the file. In all cases, the “source” tab in the MyEclipse Properties File editor correctly shows the contents of the file, but the properties tab in the editor does not. Restarting MyEclipse resolved the problem.
In future how should I report a bug such as this, it seems the forum is an odd place to report a bug, but I cant find a bug reporting system.
September 15, 2009 at 11:21 pm #302464
support-joyMemberajcarroll,
Sorry to hear you are running into this issue. Can you send us a sample project with detailed steps to reproduce this issue. Also can you copy and paste your installation details? To get that, go to MyEclipseIDE menu options, click on MyEclipse > Installation Summary > Installation Details. Also can you attach screenshots and your error log file? Your log file is located at [your workspace dir]/.metadata/.log. You can either [PM] me these files or send a mail to support@genuitec.com, please refer to this link, this will help us in quick tracking.
This is the right place to report a bug.September 16, 2009 at 12:59 am #302467
support-shaliniMemberajcarroll,
I could not replicate this issue at my end. I was able to edit the file outside the IDE. The changes reflected immediately in the IDE and persisted even after restarting the IDE
Can you list out the steps in detail to reproduce the issue?October 1, 2009 at 7:08 am #302829
tamncMemberCould some one tell me how to create a java property file?
October 1, 2009 at 7:12 am #302830
tamncMemberMy problem now is over….
-
AuthorPosts
