I'm trying to install a gedit plugin: the https://github.com/elijahr/gedit-rename plugin, to be able to rename files in the ide.
Well, I can't install it despite following the installation instructions.
In fact, I've never managed to install a Gedit plugin in my entire life. And I tried many times.
If somebody has some time and could help me make it work that would be nice.
Or point me to another ide that allows renaming files and has a vertical split view.
Open terminal:
sudo apt-get update
sudo apt-get install gedit-plugins
There is a plugin in gedit that will let you rename files.
Go to Edit -> Preferences -> Plugin -> File Browser Panel : and select it and the CLose.
Now you will see a file browser on left side and you could just rename files from there
For different ide: there are many like depending on the language you are working with:
General: sublime text editor, emacs, vim, geany
python: pycharm, anaconda, enthought canopy
c#,c++: visual studio(for windows), Qt, codeblocks
java: eclipse, netbeans, Qt
Related
I've opened a Python project from IntelliJ Utlimate 2019.2.5 after using Pycharm.
I've the IDEA to a newly created virtualenv project SDK under <root>/.virtualenv directory, however, I cannot run pip install on the requirements using the terminal because virtualenv is not working, and I'm using my global python installation.
Opening the same project back in Pycharm brings it back to life again.
Is there a specific configuration I've missed (though I doubt that because there are only these instructions).
It's not possible at the moment in IntelliJ IDEA.
Vote for https://youtrack.jetbrains.com/issue/PY-22067
I installed groovy through sdkman on mac. When i try to create a new groovy project in intellij, it asks for groovy library location. Where can i find the installed groovy?
I ran into similar issue. By using
/Users/<username/.sdkman/candidates/groovy/current
or
/Users/<username/.sdkman/candidates/groovy/<version>
worked for me.
Adding the answer that solved my problem (thanks to ThomasW comment)
When dialog box is opened you can click CMDSHIFT.
and this allows you to pick the hidden folder in the open dialog box.
Then you can use:
/Users/<username>/.sdkman/candidates/groovy/current
Just run $ which groovy after have it installed.
You may not be able to find groovy path with which command.
After installation of sdkman on linux-like systems Mac OSX, Linux, Cygwin, Solaris and FreeBSD, First, run $ source "$HOME/.sdkman/bin/sdkman-init.sh", then you will be able to access the installed development kits.
Namely, if you type 'which groovy' it should show the path, and you can invoke other SDK commands.
I can't install practically macro on eclipse.`
Error:
Communication with repository at
http://puremvcnotificationviewer.googlecode.com/svn/trunk/PracticallyMacroGoogleUpdateSite
failed.
Read Timeout
Tried to install from here https://marketplace.eclipse.org/content/practically-macro-0 dragging and dropping
And tried to install it from eclipse marketplace, both said the same thing.
I have eclipse luna 4.4.1.
I want to be able to do key shortcut for run cofiguration. Apperently i need this plug-in but can't install it.
Go to https://sourceforge.net/projects/practicalmacro/?source=typ_redirect and download PracticallyMacro_x.x.x.jar.
Then create a directory "PracticallyMarco" inside the eclipse/plugins directory.
Extract all files from PracticallyMacro_x.x.x.jar into eclipse/plugins/PracticallyMarco.
Restart eclipse. (Maybe you should restart eclipse with the -clean option.)
Then you can use the PracticallyMacro from the main toolbar:
See also the file eclipse/plugins/PracticallyMarco/Instructions.txt for more details.
There is a GitHub fork that seems to work:
https://github.com/EmteZogaf/practicalmacro-site/
If you browse the repo you can find the following update site:
https://github.com/EmteZogaf/practicalmacro-site/raw/master
I tested it on latest eclipse PHOTON and it seems to work.
I'm trying to change how I work so I don't get a headache after 8 hours of sitting at the computer so I want to play with colors in Eclipse to see if it helps.
I've heard praise of this Eclipse Color Theme plugin.
I install in via the Eclipse Marketplace, I drop a .xml file theme into the "dropins" directory in eclipse directory located on my hard drive, select window->prefrences->general->apperence->??? where is "Color Themes"? It's just not there!
Anyone know what could be the issue? I am running Eclipse Juno EE with one other plugin EGit.
Install manually? I've already reinstalled the Color Theme plugin twice now!
[SOLUTION] I just found out the problem from the help of another post. I was not running as Administrator as my Program Files directory is protected. Answer: Always run Eclipse as Administrator or on a Linux system SUDO. My files were not installed due to the lack of privileges.
No, the right answer is to unzip eclipse at a location, where it can write, even without root/admin access. Do not put Eclipse into the "program files" folder.
Historically, eclipse has been designed to be able to modify itself in place, and you will be running into trouble every now and then, when your installation cannot do that and you didn't point it to a writable configuration area via eclipse.ini settings.
Help->Install New Software->Add
Name: Color Theme
Location: http://eclipse-color-theme.github.com/update
After install this, will show the Option in the Menu.
Can someone tell me how to install a map reduce (hadoop) plugin in eclipse-cpp-helios-SR2-linux ? Thanx in advance
hi
you can try this approach. Use any latest version of eclipse and than install CDT in it. This will allow you to write c/c++ application.
for your hadoop just go to you hadoop installation directory,here in contrib folder you will find eclipse plug-in in this folder you will get the jar file, just copy this file in to eclipse plug-in directory and restart the eclipse.
Now check for map-reduce perspective in window->open perspective and select build configuration according to your system
I don't know about the hadoop plug-in site if you find a site which provide hadoop plug-in than
There are two way to do it.
1:As you read over the net copy the plug-in and paste it into Eclipse plug-in folder and restart the eclipse. This is not the best way to install plug-in.
2: The proper way to install plug-in in eclipse is following :
Go to Help menu in Eclipse main window press Install new software.
Here in tab work with just put the address of website from where you want to install the plug-in.
Write any name for plug-in than look in the text box. it will provide you proper name of the plug-in and "next " tab at the bottom will be activated.
Press the next tab,It will install your plug-in .
At the end of installation just restart the eclipse to take the new setting effect.