Redmind ckeditor plugin : do not show toolbar - redmine-plugins

I am new to Redmine and I search though the internet but found no help!!!
I followed the instructions here: Source
And it shows me a richtext editor without toolbar.
My Redmine version is 3.1.0 and CKEditor plugin is 1.1.2
I tried to reinstall CKEditor many times but I still have the same problem.
I want to enable the toolbar!
Please help

I found the reason. It's about the "Toolbar can collapse" checkbox which is checked. I uncheck it and the toolbar was show.
#Admin or Mod: Please close this question.

Related

eclipse e4 menu item tooltip

How to use menu item tooltips? When I add a new menu item in fragment.e4xmi there is a "tooltip" text field in properties editor window, but when I run the application I see no tooltips. Should I do something tricky to enable them? I've seen on the Internet that it was an issue before, but I assume it should be already fixed since properties editor suggests me to enter a tooltip. Setting tooltip via setTooltip() method programmatically doesn't work either. I use Mars.1 Release (4.5.1).
I think this is Eclipse bug 473779. Tool tips for menu items don't work in Eclipse 4.5.2 and earlier. This has been fixed in Eclipse Neon (4.6.0) due to be released shortly (June 2016).
I confirmed this testing on Mac OS X. Eclipse 4.5.2 doesn't show tool tips, Eclipse 4.6.0 does.

Tinymce Ajax File/Image Manager

"Ajax File/Image Manager" - very popular TinyMCE plugin and maybe already have someone you have been exposed to the same bug like me and you will help me.
After upload the image or pressing "refresh" button - appears at the bottom of the spacing and incorrect display menu.
How fix this?
Thanks

How to display editor tabs on the side of the editor pane in Eclipse?

In Eclipse Indigo (I'm on 3.7.2), is it possible to move the editor tabs from the top of the editor pane to the side of the editor pane, creating a vertical stack of tabs? This would allow many more tabs to be seen at once. Given my widescreen display and the large number of active files I am switching between this would be a useful configuration. I cannot find a setting or a plugin that will do so.
Not possible yet. See here and here
I got fed up with not being able to do this and wrote an eclipse plugin. You can find it in the marketplace at: https://marketplace.eclipse.org/content/open-editors
Here is a screenshot
I do not know of a plugin which would allow one to do this.
This (
In Eclipse, can I view the files I currently have open in a vertical stack instead of a horizontal one?) confirms the same unfortunately.
I just searched a bit. I can see a lot of talk about having multi-line tabs, but vertical tabs don't seem to come up a lot.
The Open-Editors plugin has issue
Works well on Windows10 + Eclipse 4.8 + OpenJDK11. 100%
Have just tested. Dont forget to link your Eclipse to JDK-11
https://wiki.eclipse.org/Eclipse.ini
Install Plugin
https://marketplace.eclipse.org/content/open-editors#comment-6750

Wordpress TinyMCE editor turns white on Biographical info

I tried out the solution found here: https://wordpress.stackexchange.com/questions/33552/how-to-use-tinymce-for-user-biographical-info-without-messing-with-any-core-fi/33575#33575 and added it to my plugin code.
The problem is, it turns the editor white
How do I make it show up?
So I decided to use this plugin instead:
http://wordpress.org/extend/plugins/visual-biography-editor/
It will make the description textarea get the same editor as the wordpress post/page editor.
Hope this helps anyone who passes by!
John

Installing SwingX 1.0 to NetBeans 6.7.1

Has anyone successfully installed SwingX to NetBeans' Palette? I'm following the instructions in SwingX Wiki, but with some glitches:
The components appear in the Palette, but their icons won't show up correctly. If I add the componets shown by "Show All JavaBeans" (instead of "Show Marked JavaBeans") in the Palette manager, then I get some icons there, but they're for the BeanInfo objects only: for instance there's an JXTaskPaneContainer item with an icon, but it turns out to actually be an JXTaskPaneContainerBeanInfo class. The real JXTaskPaneContainer component is shown with a question mark icon.
Apparently NetBeans can't read the BeanInfo stuff from where it it is. I don't know if this is a SwingX issue, a NetBeans issue or a compatibility issue. Any tips?
Works fine: http://www.thainetbeans.com/sample/swingx.htm