I recently changed my editor from Net-beans to Aptana , it is quite a good editor but i miss a small feature in Aptana Studio and i could not find it , it is the macro recorder, is there one in Aptana or i have to live without?
Related
I'm using PyDev within Apatana Studio 3, and I noticed whenever files are updated in the project directory (ie. when the package explorer is refreshed), there is an annoying virtual clicking sound. Since my project is generating files rather slowly, I get several clicking sounds each time I debug it.
So, how can I disable it?
This is probably related to Eclipse and not really Aptana Studio 3 (so, take a look at: How to turn off the beep sound in Eclipse?)
I am new to QT
I downloaded online installer for QT windows in the location
http://qt.nokia.com/downloads
I just tried simple program like printin hello world.
I Could execute the program. But I am not able to debug it.
I am getting errors like
None of the debugger engines 'Cdb engine, Gdb engine' capable of
debugging binaries of the type 'x86-windows-msvc2008-pe-32bit' is
configured correctly.
Should I download a different version for debugging or Did I miss any procedure to include debuging facility?. Please help me to install QT with debugger.
Do you have Visual Studio installed?
You need to have it installed so you can use this engines to debug.
Here is the link for the Visual studio: LINK
Enjoy!
I had the same problem with QtCreator. An Update of the QtSDK solved it for me. You find the update mechanism in a menu of QtCreator.
Go to Tools -> Options -> Tool Chains, and tell us what you see. I have only ever used Qt with mingw, not Visual Studio, so I don't know if it will help, but look at this question and its resolution.
It looks like there was a bug in QtSDK installer at some point. Firstly, try updating. Secondly, try this:
open Qt Creator and go to Tools → Options... → Build & Run, select Tool Chains tab;
there should be Auto-detected list, select in there Mingw as GCC for Windows targets and click Clone button;
Now select cloned tool chain, you should be able edit specific fields in the bottom;
Click Browse... right to Debugger field and select %QTDIR%\pythongdb\python_2.7based\gdb-i686-pc-mingw32.exe;
Save your edits, create a new project (don't forget to select cloned tool chain) and try debugging.
Does it work?
How can I enable or disable the autocomplete feature for the IDE AVR-Studio 5 or AVR-Studio 4? Do I have to edit some installation files to do this?
In the video AVR Studio 5: How to use the Editor, the man uses a supposed autocomplete feature (without entering ctrl+enter) on AVR Studio 5. But I looked for it on google and Atmel site, and could not find.
In AVR Studio 5 select the VAssistX menu and click on 'Enable/Disable Visual Assist X". This should turn on and off the feature.
I've been trying, through many different ways to install zen coding for aptana.
First i gone to Zen Coding project hosting, on google and found a weird zip, different from what every walkthrough describe. And following multiple walkthroughs, all of them told me to look for the aptana plugin, on zen coding githubs page. After searching for a long time, i found it, dev version. Then added as default project and stuff, but it just doesn't works and it doesn't have the LIB folder, describe in many tutorials.
Then, finally, i tried adding the official Eclipse/Aptana plugin, the weird one. As i didn't know how to install, just tried extracting to aptana plugins folder. Then, it appears on the menu scripts but when i do ctrl+e, it just crashes(the zen coding). It throws an error without many description.
I'm using Aptana studio standalone 2
Go to:
Help -> Install new software
In the "work with" field, type this repo address: http://zen-coding.ru/eclipse/updates/ http://emmet.io/eclipse/updates/
Press "Add...", give it a name and press OK.
Zen coding should appear on the software list, under "uncategorised". You can install it as you'd install any other plugin.
Hope this helps.
Tested & confirmed to be working with:
Aptana 2.0.5
Aptana 3
Zend Studio 8 (under Windows 7 and Ubuntu)
Zend Studio 9 (thanks to #Patrioticcow for the info)
Eclipse Indigo
Fails with Zend Studio 7.2, but I don't know whether it's a rule or just my bad luck.
I'm using the PhpStorm IDE, and it has a wonderful plugin called CSS-X fire that integrates with firebug: whenever I make changes in the CSS via Firebug, and the PhpStorm project is open, the plugin makes PhpStorm aware of the cahnge, and enables me to apply it in the code.
My question is if there is a similar plugin for other IDEs (such as Visual Studio) or editors (such as Notepad++), since I'm not sure we're going to buy PhpStorm, and we also have projects not in PHP.
Have a look at cssUpdater. It is a CSS-X-Fire spin-off that works directly on selected files rather than communicating with the IDE.
Using CssUpdater with Visual Studio 2012 worked great for me. You only need to install firefox addon CssUpdater and sync the files you are going to work on.