In Protégé ontology editor, how to add a new language that could be selected when editing a rdfs:label?
I am using version 5.1.0 and didn't find any hint, neither on the web nor in the soft preferences.
Thank you.
Related
I have some style issues with the SAP Fiori 2.0 upgrade.
In the new version, the sap_bluecrystal style theme has been deprecated, and has been replaced with sap_belize. In our Fiori applications some style is not showing good since the upgrade and we need to revise it.
Is there a way to migrate the old sap_bluecrystal styles to the new ones?
Thank you for your time.
It would be helpful if you describe the problem in more detail. Screenshots would be nice.
Maybe the issue is something that can be solved differently.
Otherwise we see 4 options:
Use bluecrystal, that, despite being deprecated, is still available.
Use belize
Create your own style on top of bluecrystal using the Theme Designer
Create your own style on top of belize using the Theme Designer
We generally recommend option 2.
If this is not feasible, you might go for option 4 and adapt belize to your liking.
For Theme Designer, please see the following links:
UI Theme Designer
Help Portal UI Theme Designer
Create and Apply Custom Theme to SAPUI5 Application
I am trying to extend the Multi Node Tree Picker (MNTP) in Umbraco but am running into some trouble. I am used to writing property editors in the new umbraco 7 angular style, so the MNTP is a bit foreign to me. I want to be able to connect my uCommerce Catalog Tree to the MNTP. I feel like this should be fairly simple as all that I should need to do is hook up the uCommerce tree to the MNTP. I am in the Umbraco.Web.PropertyEditors dll, but it isn't really helping me too much. Any pointers to get me started in the right direction would be much appreciated. I could then share this as a new package if I can get it working.
Thanks!
I would recommend creating your own property editor that simply uses the Umbraco dialogService to pick the uCommerce product.
You can use the Yo Umbraco template generator to build a scaffolded package:
https://github.com/warrenbuckley/generator-umbraco
I copied my grails app to another computer and now .gsp files do not open in the editor. They also show a G icon with an arrow next to them. Dragging and dropping or double clicking do nothing. Updating intellij didn't help either
As Dónal mentioned, Grails is not one of the frameworks supported by IntelliJ IDEA Community Edition (you need the Ultimate Edition). You can view the feature comparison here.
Hi I am probably answering now when u no longer need the answer but I bumped into the same issue yesterday and only solved it now. There are chances that you associated the .gsp file type with a program which cannot be opened by intellij in your case GOSU. To fix it go to: File>Settings>Editor>File Types
In the file types go to Gosu Program Source and *.gsp should be in the registered patterns. Remove it and apply changes then you are good to go.
Re-installing community version fixed and gsp files now open in the editor
I am newbie in Eclipse RCP so please help me this. Suppose I have a SimpleTextEditor extends TextEditor plugin created in Eclipse Kepler (4.x) with a FileEditorInput and SimpleDocumentProvider. How do I show this Editor and open a file in the editor in the Workbench or Part in application model.
Thanks a lot
In a pure e4 application you can not use the old Eclipse 3.x style editors. It is up to you to design how you want your part to work.
You can use the org.eclipse.jface.text TextViewer and similar but you can't use anything from org.eclipse.ui.editors
Edit:
You might want to look at this work by Tom Schindl which includes a simple XML editor for e4 although it looks like it may be out of date. Source of this example XML editor can be found here
The Vogella Migration Guide covers migration including the 3.x Bridge code which does allow you to use 3.x code in a e4 part.
I am using Font Awesome in my entire site, now I want to give some visual feedback to the user, so he/she knows that "this dropdown" is a language selector.
I am not sure about of any of my selections, is there any standard? This is my list:
icon-globe
icon-flag
icon-compass
I am not interested in showing the active language, but I guess I must to :(
As per github question, the language icon will be implemented in version 4.0. You can do a +1 for that request.
Edit
Language icon already added to the latest version: see here http://fontawesome.io/icon/language/ .
The icon is already available in version 4.1
You can download it here