-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default bundle not showing #25
Comments
I have the same issue. I even tried debugging, deleting eclipse indexes, nothing helps. Now tried importing the project into a clean fresh workspace - this helped. |
I can confirm the issue. Using Eclipse 4.4 and RBE 1.0.4, the "default" bundle often doesn't show up in RBE (although the RBE is started from the default bundle). Some resource bundles initially work, then they stop working at some time. |
I have same problem with a project under version control using git. I also found the following behavior: Looking at this, the cause to not show the default bundle could be a problem setting the default resource bundle file's name. |
Hi all, I've the same problem. Suddenly, without prenotification, the RBE doesn't show the default bundle tab. No idea what's wrong... /Ralf. |
I have a same problem Elclipse Luna 4.4, Dont show editor. |
Okay so with a bit of debugging we here realized what's wrong. First, the workaround is to disable support for loading of resources from fragment (3rd checkbox from the top in settings), or close your plugin's fragments projects before opening resources. Now, the error itself. I'm not sure of implications of removing that |
Changed behavior of fragment vs. host plugin resulting files merging to prefer fragment files over the host files but if there is no file for the given locale in fragment, host file is loaded. This fixes the bug as it no longer checks and skip for null locale (= default)
Hi, Thank you Lukas |
Fixed in the latest release |
I'm using RBE to translate bundles for a dev team.
In certain project, the "default" bundle appears, in other project, it does not.§
I cannot figure out a pattern there.
Any idea?
Thanks
FX
The text was updated successfully, but these errors were encountered: