Categories
|
free software
Native NeighbourhoodProducts: Android Studio, IntelliJ IDEA, AppCode, PhpStorm, PyCharm, RubyMine, WebStorm Vendor: Frank Bruch Email: Website: http://code.google.com/p/nativeneighbourhood/ Description:
Provides some actions to integrate IDEA into the native desktop environment.
Actions include executing the currently active file in the platform's default application, showing the active file in the platform file manager and opening a command shell in the active file's directory. Integrates the actions into Tools-menu and main toolbar and provides an entry for the SelectInTarget-Menu to show in file manager. Additionally a custom binary file type is registered and associated with several extensions. These files may be executed in the platform's default application by double-clicking them in the project view, for example. Furthermore from native file manager files may be dropped on unused areas of the idea frame (empty space in toolwindowbars, editor tab area, toolbar, menubar and statusbar). The action commands may be configured in config/options/other.xml in section NativeNeighbourhoodPlugin. Supported replacement variables are $FilePath$, $FileDir$, $FileName$ and $PluginsHome$. All Icons are loaded from configured "iconsDir" below /org/intellij/plugins/nativeNeighbourhood/icons/. The labels may be customized in META-INF/plugin.xml in plugin directory. The associated extensions may be configured in other.xml or using the filetypes-applet in IDEA configuration.
8 updates are hidden
show all updates
Recent change notes:Release 1.3.0 - Support other IDEs based on the IntelliJ platform
|
||||||||||||||||||||||||||||
Comments:
online payday %-[[[
cash advance EXogXu
cash advance online 8]]]
In Ubuntu you can use the following configuration in ~/.IntelliJIdea70/config/options/other.xml: change the value-Attributes of the following tags in the component NativeNeighbourhoodPlugin to:
executeWithDefaultAppCommand: gnome-open $FilePath$
showInFileManagerCommand: nautilus $FileDir$
openCommandShellInCommand: gnome-terminal "--working-directory=$FileDir$"
#
...
...
...
...
Setting the extensions does not work, they are always overwritten.