Does Ektron support "Paste from Word" - ektron

Hopefully this is a pretty straight-forward question.
Does Ektron support "Paste from Microsoft Word"? The old ContentDesigner editor used to, but does it still? Is it supported (perhaps as a custom Ektron plugin) in the new Aloha editor? If it's not supported, what workarounds have people found?

Yes, this is a standard editor option. It is right next to the paste icon in their standard editor (eWebEdit400), and its icon looks like a paste icon with a word doc over it. It is the fourth icon from the left in the top row.
See the ektron docs for a list of all default editor buttons:
http://documentation.ektron.com/cms400/v802/mobile_help/Advanced/Content/Managing%20Content/Editing%20Content/eWebEdit400/ewe400%20toolbarbuttons.htm
Keep in mind, if you are using version 8.6+ you have the option of installing a 3rd party editor (Aloha comes essentially out of the box). If your installation has been set up this way, you will need to install an aloha plugin for this to work. This plugin can be found at:
http://aloha-editor.org/guides/plugin_paste.html

Related

How to get more Webstorm theme listed in Appearance

I want to change the look and feel of entire Webstorm editor. How can I add more themes in the Appearance section?
As of now it lists only 2 option, Default and Darcula.
The 'Theme' dropdown in your snapshot actually refers to Look & Feel in the Intellij/Webstorm parlance. This is also seen if you try doing a View -> Quick Switch Scheme :
Notice that the options in the above correspond to the 'Themes' dropdown in your snapshot.
I would imagine that creating a new Look&Feel would be a non-trivial task. This is somewhat substantiated by https://stackoverflow.com/a/27864988/325742:
Write a plug-in to add a new LAF. Keep in mind this is a lot of work.
It took the JetBrains team a year to develop the Darcula L&F and that
was with dedicated graphic artists to create a whole suite of icons
and recommend color combinations. Since the IntelliJ IDEA Community
Edition is open source, you could use that source code to develop your
plug-in. I'm pretty sure Darcula is available in the community
edition.
Therefore, you may not find a lot of stuff out there that change the whole Look and Feel of a Jetbrains product (like IntelliJ or WebStorm).
However, the best place to look for it would be in the plugins section.
Therefore:
First option: Theme Plugins
Note that, the complete appearance of Intellij changed when I installed this, however the plugins (I tried Material Theme UI) did not appear in the dropdown list.
Second Option : https://github.com/sdvoynikov/color-themes
This is just an editor color scheme and not a full fledged L&F plugin.
Download a color theme from there, then go to File -> Import Settings and choose the downloaded file after which you should see the following:
Finally, restart Webstorm:

How to customize FoxitReader shortcut keys

Recently, FoxitReader for Linux was officially introduced and I love it.
http://www.webupd8.org/2015/09/foxit-pdf-reader-sees-new-linux-release.html
However, somehow FoxitReader does not support shortcut keys for any comment tools. This is quite inconvenience for me, especially when I have to use the trackpad of my laptop to select the tool first.
So I would like to ask if is there any way to configure the shortcut keys of FoxitReader?
I do not see this feature in the preference of FoxitReader, so looking into the configuration files of FoxitReader in Linux could be a possible solution. But I am don't know how to do it.
Thanks for taking time reading my post!
Not sure for linux but in window u can do this
Right click on toolbar at top
select customise quick access toolbar
then follow this
Update:
Foxit version 2.4.1
By default, they provide for highlight light text using Ctrl+h (Linux)
Unfortunately this feature is not currently available. I'm sorry I can't give you a better answer. We (Foxit) are currently working on adding shortcut keys in future versions.
Try:
Right-click the toolbar region -> Customize Toolbar -> choose the Keyboard tab -> choose the View menu -> change the shortcuts for Next Page and Previous Page.
See the shortcuts available in foxit.
For the newest version:
Right click the ribbon under the "Home" section.
Select customize ribbon.
Navigate to the keyboard tab
I used this specifically to set the highlight tool. The section to find the highlight tool option is not intuitive so if your interested in setting the highlight shortcut just navigate to the comment section.
It is impossible to customized the shortcut on the Linux version. But for the windows version, Adiii has provided the solutions.
Two commonly used shortcut, which is already predefined in the Linux version is
CTRL + L: highlight
CTRL + N: note
Hope it helps.
The FoxIt Linux version do not support keyboard customization, BUT we can easily use FoxIt (Windows) on Linux via Wine + PlayOnLinux.
I set it up on my Ubuntu 18 by:
Download the Foxit Windows version from https://www.foxitsoftware.com/pdf-reader/
Install via PlayOnLinux. (including adding a shortcut to the FoxitReader.exe)
Move the shortcut FoxitReader.desktop to the .local/share/applications and select any pdf file > properties > set the default application as FoxitReader.
This gives me the power of keyboard shortcut customization at a small price of slightly longer startup time.
The answer provided by user Adiii is sufficient above.
I would like to add,
the default option to highlight on foxit linux is ctrl + H
that option is occupied on windows for entering reading mode, since u would be highlighting more than entering the reading mode, assining alt+H to reading mode and assigning ctrl + H to highlight is the prudent choice.

Single Click Preview File with Phpstorm Like Sublime Text

Is it possible to preview a file with one click on file name like Sublime Text in Phpstorm?
Yes, it's possible but it little bit different from sublime-text.
You can use phpstorm shortcut "Quick Definition", by default on linux:
CtrlShiftI
Select file at project window and press this hotkeys.
I installed a plugin called Quick File Preview, by Martin Sommer.
I hate having to install plugins for small things like these, but I felt I had to. Having to double-click a file just to see its content can be quite annoying for someone coming from Sublime and VS Code (VSCodium in my case)
Currently, this is natively supported by activating "Enable preview tab" in Editor > General > Editor Tabs > Opening policy.

How do I disable the Search Everywhere shortcut?

IntelliJ IDEA 13 has the new Search Anywhere feature. It sounds like it might be useful, but so far it just gets in the way. It's mapped to some kind of magical shift-based shortcut, and it comes up every time I try to shift-click to select text. When this happens, the pop-up flickers and gets into some stuck state, so the only way to get rid of it is to click in the editor pane, which of course loses the selection.
I call the shortcut "magical" because the Search Everywhere action appears in the Settings → Keymap list with no mapping, so I can't remove this mapping the usual way. Searching the dialog for search gives no relevant results.
How can I disable this buggy feature until it's ready for production use, and get back the ability to select text?
To disable the "Search everywhere" feature, you need to invoke "Go to action" (Ctrl+Shift+A), then type "Registry...".
Scroll down to "ide.suppress.double.click.handler" and check the box.
Source: https://youtrack.jetbrains.com/issue/IDEA-161094
After updating to build 133.331, I tried assigning a normal shortcut to it in Settings → Keymap, and that made it stop appearing on double-shift.
The settings for the new version have changed
Version: IDEA 2021.2.3
Preference > Advanced Settings
Scroll down to "User Interface", find "Disable double modifier key shortcuts" and check the box.
It's called Search Everywhere, and it's present in keymap.
For me it's perfectly disabled.
EDIT As I'v found it is hardcoded now, and will popup at doubleshift source
There is also an issue at jira, about this problem.
I hope it will be fixed soon.
from: https://youtrack.jetbrains.com/issue/IDEA-161094
In IDEA 2021.2:
You could enable the Settings (Preference on macOS) |
Advanced Settings | Disable double modifier key shortcuts option to
disable it.
This problem is still present under linux (ubuntu amd64 16.10 ) on Android Studio using X11Rdp for remote connection, maybe in other situations too - the Search Everywhere dialog appear on single Shift press.
The answer is here
https://youtrack.jetbrains.com/issue/IDEA-114933#comment=27-603899
Basically you need to
Open lib/resources.jar/idea/PlatformActions.xml and remove or comment such line:
<action id="SearchEverywhere" class="com.intellij.ide.actions.SearchEverywhereAction" />
and repack the jar.
Since end of 2017 you can add -Dide.suppress.double.click.handler=true to the custom VM options: cf. the answer from JetBrains.

Editor context Menu - Eclipse-RCP

I have an Eclipse RCP application. I have created an Editor. There are few context menu (default), when I right click on the Editor. I have not created these menus.
Please let me know, How to remove the context menu of the Editor?
It needs different approach by which editor you extends.
Let me know What you extends, than I can answer more efficient one.
In general way:
IWorkbenchParSite#registerContextMenu(...) will be used, So find where calls that, override it. It is not recommend. Because by doing this, Menu Extensions which is contributed for your editor will not work anymore.
If you mean the system menu that appears on editor tabs and view tabs, that menu is provided by the presentation (2.1, Classic, Default, etc). There is no tweak to simply modify it.
The 2 ways to remove it would be:
write your own presentation, using
the
org.eclipse.ui.presentations.StackPresentation
API and matching extension point.
Writing a presentation is a involved
undertaking.
Change the internal classes in the
org.eclipse.ui.workbench plugin
and patch that plugin in your RCP
app.
If you use Text or StyleText you will get the system default menu (cut,copy,paste, maybe something about encoding or input). If you are not going to supply your own menu, simply create an empty SWT Menu and set it:
Menu emptyMenu = new Menu(text);
text.setMenu(emptyMenu);
Eclipse also has a text editing framework, if you need more than a basic text box you should check it out. http://wiki.eclipse.org/The_Official_Eclipse_FAQs#Text_Editors