external program not on run menu - aptana

The 'External Program' option has disappeared from my Run menu. I think it happened after my last software update of Aptana studio 3.
Does anybody have any hints?

Try to reset your perspective. Window -> Reset Perspective

Related

Atom Editor: Lost the ability to multi-line edit in Atom editor

I am use to holding down Ctrl / Command to edit multiple lines at once in an Atom document, but this suddenly stopped working. I am wondering if there is a keyboard shortcut or something that I may have accidentally pressed that toggles this feature on / off.
I am on Mac OS 10.15.5 and have noticed other weird behavior editing text in all programs so that might be related but I have no idea how to resolve the issue. Any ideas are appreciated, thank you!
Edit: The "Multi Cursor On Click" option under Editor Settings is enabled.
Open Atom and type Ctrl+Shift+I (or Alt+Cmd+I on a Mac) to open the dev tools. Go to the console and enter in the following code in it & hit enter to run it:
atom.config.set('core.editor.multiCursorOnClick', true)
This will fix the problem and when you re-open Atom (even after a restart) it will fix the problem.
Ok found an answer on the Atom Discuss if anyone else is suffering this annoying issue! Seems to be related to a recent update to the application.
In your config file add this right below your core:
editor:
multiCursorOnClick: true
So your result will look like this:
core:
editor:
multiCursorOnClick: true
If there is no core existent you can include the core: portion as well but it may already be there depending on your add-ons.
Here is the link to the discuss topic about the issue:
https://discuss.atom.io/t/ctrl-left-click-multi-cursor-not-working/75553
And here is the direct link to post that explains the solution I followed from that topic: https://github.com/atom/atom/issues/20911#issuecomment-642581072
The config file is editable on Mac by clicking Atom in the top toolbar, then there is an option called "Config", not sure how to get to it in Windows but should be in a similar location.

Visual Studio keeps showing this message "please wait for an editor command to finish"

My projects on Visual Studio 2019 were working fine. There was an auto-update and since then, I keep getting this annoying message:
Please wait for an editor command to finish.
Is there a solution to this?
I have fixed that problem by deleting .vs folder from project.
update
Some times .vs may be hidden in solution folder make it visible from folder option
Like as Akbar Asghari said, just delete .vs folder from project (located in the root solution, this folder is system hidden).
Close the VS or kill the task.
Delete the folder .vs
Reopen solution and be happy.
Version: Visual Studio Community 2022 (17.3.6)
I tried the provided solution of deleting the .vs folder from the project without success. However, my problem seemed to go away when "Automatic brace-completion" was disabled.
Note: My problem was specific to editing a small JSON file. Maybe this will help others have an idea what to look for.
When I updated and added some more Rapid XAML extension in VS 2019 I started to get this message. So I deleted these extensions and it solved the problem but I also deleted the .vs folder in the solution I was working in. However this was happening in all the solutions so I think it was the extensions that was causing the issue.
I had a simmilar issue but the other methods did not work.
I have activated GitHub Copilot lately. A while it worked flawlessly (I guess Copilot was watching during the first period of time). Then, the already included AI of VS2022 - namely ItelliCode - and Github were active at the same time and caused crashes.
When I disabled either IntelliCode or Copilot, I had no more crashes.
To disable IntelliCode you can go to Tools->Options->IntelliCode and disable "C# suggestions".
Or disable Copilot: Tools->Options->GitHub->Copilot and set "Enable Globally" to false.
Had the same problem and even after doing what Akbar Asghari said, it didn't work. Then I reset the Keyboard Shortcuts of VS22 Mac to default i.e. Visual Studio for Mac and it resolved the issue. I had set it to VSC Keybindings earlier.
Link to Screenshot
After unchecking the box Auto cancel long running auxiliary operations on typing in Tools>Options>Text Editor>Advanced the message box does not appear anymore.
I was able to resume working normally after doing so and VS behaved normally for all the session after that.

awesome-wm opens webstorm menus in seperate dialog in the top left

Somehow, when I run webstorm in Awesome-wm, the file menus open in seperate dialogs with the title "win32", but the submenus are unreachable, because they open in the top left, rather than where the cursor is at that moment.
Is anyone familiar with this behaviour or knows some sort of fix to it? Would be greatly appreciated!
This most likely is related to the JavaRuntime. There is a bug report #Jetbrains about this behaviour:
https://youtrack.jetbrains.com/issue/JRE-709
Switching the boot jdk from the built-in Jetbrains JDK to OpenJDK should help. If not already done, install OpenJDK. In the IDE press ctrl-shift-A and enter "Switch Boot JDK". In the dialog, select openjdk, then restart the IDE. After installing openjdk you might have to reboot first to have openjdk available in the dialog.
More about it here: https://www.jetbrains.com/help/idea/switching-boot-jdk.html

Xcode 8 Simulator crash

I recently downloaded the Xcode 8 beta. When I try to open the simulator, it gets stuck on the black Apple screen and I get a crash message for "SpringBoard".
Any ideas? I'm happy to edit if I left out anything.
Thanks in advance!
This is a known issue that is mentioned in the release notes and is related to issues in the download and install process. If you don't follow the installation instructions exactly, you can trip over this issue.
The workaround is rather straight forward:
Using Finder, copy (DON'T MOVE) Xcode-beta.app from /Applications to ~/Desktop
Delete /Applications/Xcode-beta.app
Move Xcode-beta.app from Desktop back to /Applications
I had a similar problem which, with a bit of googling, I managed to solve as it happened with the Xcode 6 Betas too. First of all, make sure that your Xcode-Beta.app is in the Application folder of your computer. Then go Xcode -> Preferences -> Locations. In "Command Line Tools" you will probably find that you have Xcode 7 selected. This is a problem that occurs with having 2 Xcode versions installed. Change it to Xcode 8.
After this, the simulators were still broken for me, so I went to Xcode -> Window -> Devices and delete all of the simulators. Then try a full reboot of your computer. Reopen the devices page and add in the simulators that you would like, and then right click on the Xcode app in your dock, and go "Open Developer Tool -> Simulator". Check that it now boots correctly. If its working so far, then you should be good to run your application. Otherwise try yet another reboot, just to make sure Xcode is refreshed.
Hopefully this solves your problem like it did mine, let me know if not.
SpringBoard failed to launch application with error: 0
If you get above issue make your simulator active window and follow step showed below in picture..
Note : It will delete all app from simulator..

Installing subclipse on Aptana Studio 3 fails

I'm trying to install subclipse 1.6.x onto Aptana Studio 3 (build 3.0.7.201112151935). It isn't working cause once I've clicked that I accept the licence agreements the finish button doesn't light up.
I've tried rolling back the configuration history, closing and reopening and installing 1.8.x. 1.8.x worked once, but isn't compatible with my SVN repo so that's no use.
Any guesses/solutions?
Thanks in advance
Rob
There is a bug in Eclipse where the Finish button does not show up. It was fixed, but maybe Aptana is not using the latest version. I seem to recall you could click Back and then Next and the button would enable.
Here are some Eclipse bugs on this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=136907
https://bugs.eclipse.org/bugs/show_bug.cgi?id=149300
For me I found that there were sub-packages which couldn't be installed.
Bad Components:
Mylyn
Revision graph
These were identified as bad on the sub-components selection screen, however, when this is done, and the licenses are accepted, the "Finish" button does not get highlighted.
I Found that if you remove this bad components on the initial "Available Software" screen (and not on the sub-componets selection screen) and continue, that you the "Finish" button gets highlighted and you can proceed with installation.

Resources