I'm using a Mac and my IntelliJ community has the 2020.1.2 version.
I'd like to see the terminal to use git commands and so. In my Windows 10 PC, I just have to go to View > Tool Windows > Terminal, but I don't see that option in my Mac.
What should I do to see that option? Thanks in advance!
Related
I have Intellij2019 installed on my MAC and recently I downloaded and installed Intellij2020 so the Applications folder contains two .app links the "Intellij Idea" and the "Intellij Idea 2020".
When I run the idea command from the command line I see it launches the 2019 version. The /usr/local/bin/idea I can see is pointing to 2019. Is there anyway I can install the 2020 command line version?
When running IntelliJ IDEA 2020.1 use Tools | Create Command-line Launcher.
If the app is installed via Toolbox, there is also an option to create command-line launchers automatically.
Following this previous post, I was able to add code to my .bash_profile so that VSCode opens from the Terminal. However, it is the wrong VSCode that opens.
See, I have Parallels installed on my Mac, and that version of Parallels has a VSCode installed on it. When I run the Terminal command from the post mentioned above, Parallels is launched (even if not opened), and then the VSCode on it opens.
I would like to make sure that it's the VSCode installed on my Mac that opens. At this time, I am still using the Sublime CLI because the VSCode ones are of no use to me in this condition.
What would be my options?
The only way to achieve this I found was to disable sharing of Windows apps with Mac:
I have eclipse installed on my windows machine, but I can't seem to use it with bash so I installed eclipse on the bash terminal by using "sudo apt-get install eclipse". It installed fine, but I can't figure out how to launch the eclipse GUI from the linux subsystem so I can use it like the windows version. I tried using Xming and exporting DISPLAY, but that didn't work. Any ideas?
from what i understood from the link below, you require to update .bashrc to direct the GUI display to a X Server process. I installed xMing to run X Server from Windows 10. i also had to install gtk components that allowed me to run sublime text GUI from within WSL.
https://medium.com/#pck/how-to-use-sublime-text-3-from-command-line-with-ubuntu-bash-terminal-in-windows-10-subsystems-for-aa2ad59d088c
hope this helps
IMHO you should not install eclipse by apt but simply get your desired eclipse product from from https://www.eclipse.org/downloads/packages , download and unzip it to your wanted location and just start eclipse.
Reasons:
I do not know any Linux distribution containing a newer eclipse bundled, so you are always having older versions being slower and having less features
You can update your eclipse installation directly inside eclipse Check for updates
You can have multiple installations at same time
If you want to get rid of a eclipse installation just remove the folder and you are done.
But of course you can also use bash directly in Windows with Eclipse.
Please look at
https://stackoverflow.com/a/62724163/2590615 or take a glimpse at You Tube Video about Bash Debugging with Bash Editor eclipse plugin on a Windows 10 machine
PS: I am the maintainer of the mentioned eclipse plugin
I'm was using Aptana studio 3 specifically for ruby on rails for about 2 months on windows 8.1, Now I've installed fresh windows 8.1 and did a clean windows install, and installed Aptana Studio 3 again but now when I open it the Terminal is not working at all, it is blank and I'm unable to type anything in terminal.
There was another user "Hung ta" at stackoverflow who was having the same issue as mine, but he solved it by going into Window -> Preferences -> Team -> Git. At Git Executable he gave path to git.
I've tried that too but still the terminal is not working. I've searched for solution on Google but found nothing there too.
I already have java installed, Git was also installed with aptana studio.
Kindly let me know if there is any solution to this problem, Thanks.
I've had the same issue with the Aptana plugin on Eclipse IDE and solved it by updating my MinGW/MSYS (providing the bourne shell on Aptana) installation.
I'm trying to run a working library on a different computer. Installed Xcode6.1 and updated from Mavericks to Yosemite OS and the Debug area opens and closes quickly with no output. No output in terminal either. Installed the latest command line tools. Working fine on my other machine, anyone else having this issue?
You have to activate manually, view->Debug Area->Activate Console or with the icons at the right