How can I change the default editor options for PyroCMS? - wysiwyg

I'm not sure if TinyMCE is being used or not, but is it possible to add additional options to the text editor?

it is CKEditor and yes you can change the default configuration. Just go to admin panel and go to settings, there is an editor tab witch lets you edit the configuration.

Related

Hide vscode shortcuts hints at startup?

Is there a way to hide this:
I am doing videos using vscode and I would like to have an empty startup screen.
This can be disabled with Workbench > Tips: Enabled setting (toggle). Or just add "workbench.tips.enabled": false in settings.json
Not sure if this disables anything else though. This also leaves VS Code logo enabled. User and Workspace Settings Docs says:
When enabled, will show the watermark tips when no editor is open.

Is there a way to programmatically change the color of an editor tab in my Eclipse Plugin?

I have a SharedHeaderFormEditor in my Eclipse RCP plugin.
One of my requirements is to draw attention to the editor's tab when something happens outside of the editor and it needs a refresh.
Some of the ideas discussed included
changing the color of the tab
adding an icon to the editor's text (instead of the standard * for a dirty editor)
Are either of those possible? I've been looking around and have not found anything that could address this issue.
Thanks!
ViewPart and EditorPart both allow changing the title label and icon (setPartName(…) and setTitleImage(…) respectively). The Eclipse Workbench also offers an IWorkbenchPartProgressService to each part, which allows a part to indicate that it's busy (via incrementBusy()/decrementBusy()) and that its content has changed (via warnOfContentChange()). You can see this used in the Search and Console views (org.eclipse.search2.internal.ui.SearchView and org.eclipse.ui.internal.console.ConsoleView).

spyder editor is it possible to set autocomplete to Tab?

I'm trying to set autocomplete functionality in spyder editor to Tab via
Tools --> preference --> KeyBoardShortcuts.
in the popup, window tab is used as the toggle switch. so i cant set the Tab as shortcut key. please help to set Tab as autocomplete key.
(Spyder maintainer here) The Tab key is defined by default to get completions in the Editor, so you don't need to set it through our Preferences.
Besides, this functionality is hard-coded in our source code, so you can't reassign Tab to something else.

Eclipse Luna: how restore main menu?

From settings in Window I hid some elements and Window too - how I can restore default view? Maybe I can edit something in configuration files?
Right click on the name of the perspective and choose "Reset", this will set the default settings of the perspective.
Override file workspace/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi with this (Stackoverflow not allow me to post file here)
https://www.evernote.com/shard/s8/sh/2f5148cc-82be-4bfd-b30b-6abad5233c12/0c1cec43832ea07f13fe1912bb1f490d
This is settings of GUI from default Eclipse Luna.

Is it possible to change the WYSIWYG in CS-Cart?

I would need to change the default editor use in CS-Cart, or at least try to add some more user-friendly buttonas (such as images uploads, and so on...)
Is there a way to change or modify the standard WYSIWYG editor in CS-Cart?
CS-cart has by default 3 wysiwyg editors, TinyMCE, CKEditor and Redactor and can be selected from backend, Settings > Appearance