Aptana 3 - Change font size in remote file tree - aptana

is it possible to change the font size in the remote file tree view of Aptana 3? I have several FTP connections and need to set a smaller font size for the tree.

In Aptana Studio 3 and Titanium Studio, you can edit the text editor/Terminal/console font by going to Preferences > Aptana Studio > Themes.

Related

Vetur change formatting 2 spaces to 4 spaces in Visual Studio Core

Developing in VueJS 3 CLI and added the Vetur extension for support. Found several references to change the indent settings in the Vetur config file but have no clue where the location of this file might be on my machine.
Turns out that if you open Extensions in Visual Studio Core, find the Vetur listing, in the lower right corner of the reference there is a sprocket icon for Settings (see screen shot below). Click on this icon and that will open a dropdown dialog with the Extension Setting option, then click to open the Settings file (#ext:octref.vetur) in VS Core tab that lists all of the formatters and the configuration option for changing Indent from 2 spaces.

change the color sceme for aptana studio 3

I'm trying to change the color scheme for Aptana Studio 3 to the Monokai Color Sheme which is the default color scheme for Sublime Text.
I googled about it and I found this article :
http://eclipsecolorthemes.org/?view=theme&id=15713
now I don't know how to add the XML file and the other EPF file.
I googled about how to add a color scheme to aptana studio, and I found the COL files.
Install Eclipse Market Place on Aptana Studio
From Eclipse Market Place install Eclipse Color theme Plugin
You will find out most of the popular themes after installing plugin.(In Aptana Studio -> Window->Preferences->Appearance->Color Theme).
You can also install themes from http://eclipsecolorthemes.org by importing themes.
I don't know why this does not work in my Aptana 3.4, but it's easier than that and there's no need to install any plugin.
Just:
Window -> Preferences
Aptana Studio -> Themes
Select theme "Monokai"
It may be old, but it seems like all you need is this guide to naming scopes for YOUR OWN EASY-TO-DO COLOR THEME. link to naming of scopes

Can I use Sublime to edit CSS files within a Visual Studio 2010 project

Is there a way to automatically launch Sublime from within Visual Studio 2010, for example, every time I click open a CSS file? I need all the source control functionality to remain intact - I just want to change which editor gets used for a few filetypes within VS / TFS projects. Is this possible?
Right click the file, select "open with...", add sublime as an editor, click set default.
You'll probably need to right click checkout/checkin manually in visual studio still. This functionality is a lot nicer in tfs2012/vs2012 when using local workspaces as files are no longer marked as readonly.

Is it possible to change icons in Visual Studio 2012?

Is there any way to replace VS2012 solution explorer's icons with VS2010 ones? At least 'folder' icon :(
Here is a shot of my VS2012 install that almost looks like the familiar 2010 we are all used to. It makes me feel normal again!
Here is exactly how I did this, step-by-step:
1) Close all instances of Visual Studio
2) Download vsip and extract it to a temp directory. (as of 1/3/2013 the current version is 1.5.2)
3) Open up a command prompt with "Run as administrator"
4) Go to the temp directory and run VSIP.exe - This will run an interactive program that accepts commands.
4a) Type "backup --version=2012" - This will backup all of your VS2012 UI dlls, just in case something gets messed up and you want to uninstall VSIP.
4b) Type "extract" - This will extract all of the old icons from your installation of VS2010 (per VS2010 license VSIP can not distribute those icons so we have to have a local install to pull them from).
4c) Type "inject" - This will inject all of the old 2010 icons from the previous step into the VS2012 DLLs.
4d) Type "menus -n" - This will change the menus so they are NOT ALL CAPITALIZED!
5) Download and install NiceVS - do not download the one dated 10/14 or you will be missing icons. As of 1/3/2013 I downloaded the file named "NiceVS.0.8.1.1 Beta.Full.vsix".
6) Download and install VS2012 Color Theme Editor - The next time you start VS2012 select the "Blue" theme from the color select window.
Now you should have a nice install of VS2012 that looks like my screen shot above! It takes three different applications to patch that hideous UI but it's certainly workable now! If you don't have VS2010 installed on the same machine as VS2012 then you will have to run step 4b on a machine with VS2010 and then copy the VSIP Images directory to your 2012 development machine.
Update: If you install "VS 2012 Update 1" after running these steps you will need to re-run step 4c from the VSIP admin prompt (or all of step 4 if you didn't keep the extract of the VS2010 images). The file menu icons and color scheme stay as they are but the update reverts the icons in the solution explorer back to the ugly ones. Re-running the VSIP inject fixes it right up!
Short Answer:
Hack the old icons into 2012.
Visual Studio Icon Patcher - http://vsip.codeplex.com
Long Answer:
Doing this with a plugin, for now, is out of the question. I've been unable to find any built-in way to achieve this and the switch to WPF makes it even harder to hack around.
This app simply extracts the image resources from the unmanaged DLLs in Visual Studio 2010 and injects them into the DLLs for Visual Studio 2012. The managed resources are a lot more complex and haven't been added in yet, though I have gotten some to work.
The initial release didn't work well with themes that had a dark Tree View background color due to how the icon colors are inverted when a dark background color is detected. This is made even worse in the newest release since menu & toolbar icons are included now. I'm running this with the Blue Theme and it looks fine.
One way to hack around the icon inversion is to edit all the extracted images to add a single cyan pixel in the top right corner of each icon in the image map. This will exclude them from the inversion process. I haven't tried this though because I ran into issues early on when manipulating the images where they wouldn't display right. You could try it but it'll be fairly manual and time consuming and may not even work.
Look at this thread:
Solution Explorer - custom icons for my folders
I think it's also applicable for vs2012
If not -> you can manually find solution explorer's icon resources with ResHack (or Resource Hacker) and simply replace it!
Here is the solution:
Visual Studio Icon Patcher http://vsip.codeplex.com/
Description from VSIP web page:
Project Description Visual Studio Icon Patcher allows you to update
Visual Studio 2012 with the icons from Visual Studio 2010.
Until someone can find a way to change the icons via a plug-in the
only way to change them is through resource patching the DLLs that
Visual Studio uses. There are a number of managed and unmanaged DLLs
containing Bitmaps and PNGs that are used to style the application.
For now only the unmanaged DLLs are part of this process with the
managed DLLs hopefully coming soon.
No images are distributed with this project. You will need to have
both Visual Studio 2010 and 2012 installed to use this.
Update
I've just tested VSIP with Visual Studio 2012 Update 2, and it work flawlessly :-)

Aptana Studio 3 - Browse/Read-only mode

Aptana Studio 3:
Two simple questions...
From Project Explorer:
How do you open the HTML editor in browse/read-only mode?
Why doesn't the "*" disappear in the HTML editor if there are no more undo's?
Aptana Studio (as well as Eclipse) opens files in read-only mode when files are read-only on a filesystem. "*" (star) at the editor tab means file has been modified since opening and on close you will be prompted to either save or close w/o saving.
Cheers,
Max

Resources