How to enable vi mode in Monodevelop on windows - monodevelop

I searched for a while, and I found a vi mode, but I don't know how to enable it in ModeDevelop(opened from Unity).

For the people who are still looking for the answer, you can enable vi mode using following menu option
Edit → Preferences → Text Editor → Behavior → Navigation (use vi modes)
Older versions may have used
Tools → Options → Text Editor → Behavior → Navigation (use vi modes)

Mac Users menu item is: MonoDevelop-Unity / Preferences (or Command-;)
Text Editor / Behavior
Navigation : User Vi modes

Related

What is open-in-browser package keyboard shortcut in Atom on Windows?

I am using Atom on Windows.
I would like to use a keyboard shortcut to open my HTML page in a browser but I can't find such a shortcut for Windows. Is there a shortcut in Atom for this?
Ctrl-Alt-Q on the open HTML file, according to the official site. Curiously, there are some reports of the shortcut not working so it could be a windows bug, works fine on OSX, at least v0.4.7.
Another way to check the shortcut is to look for it on atom's command palette (ctrl-shift-p):
If the specified shortcut still won't work and you wish to try to manually bind it, you can try opening atom's keymap.cson file:
and try setting the following in the keymap.cson file:
'atom-text-editor':
'ctrl-alt-q': 'open-in-browser:open'
Save the file and try the shortcut.
Atom's manual in-depth information about keymaps
I added this lines in keymap.
When I click in Editor and I also click workspace, It works well.
'atom-workspace':
'ctrl-e': 'open-in-browsers:toggle'
'atom-workspace atom-text-editor:not([mini])':
'ctrl-e': 'open-in-browsers:toggle'

Edit indentation in Notepad++ 6.5.5

I installed the last version of Notepad++, and I want to change the indentation from tabs to 2 spaces. In lower versions it was an easier task by just going to settings -> language, but it seems that it got changed and the settings are not same.
Does anyone know how to do this? thank's!
Select Settings -> Preferences... from the menubar, then select Tab Settings on the left of the dialog.

Sublime text 2: class navigator or browser side bar

Is there a plug-in (or setting) in sublime2 that shows a side pane with a navigator (or tree view) for the class in an active file? Someting similar to the class navigator in netbeans?
Use the CTRL+R command to browser the symbols on the current file, and CTRL+SHIFT+R (only available in Sublime Text 3) to browse symbols in all file opened in tabs.
I think CTags is a nice candidate too.
It uses the ctags executable to index all your project files and allow you to browse through symbols in your whole project. Quite impressive.
Using Sublime2, the CMD+R is the 'Goto Symbol' option on the 'Goto' menu. You may have remapped it. Whilst it isn't a permanent onscreen navigator (like NetBeans for example), it is pretty quick to use.
CMD+R and SHIFT+CMD+R are available on Sublime Text 3 for Mac. CMD+R will browse symbols on the current open file as stated before here, while SHIFT+CMD+R will browse all symbols in all open files if you don't have a ST3 project open, or browse all symbols in all project files if a project is open.
You have to vote here in order to see this functionality implemented in SublimeText :
http://sublimetext.userecho.com/topics/1265-add-a-class-browser/
In the meantime, CTRL+R is the only alternative...

selecting html editor in Aptana Studio 3

I am very new to this. I just bought one of those "html for dummies" books. It states "in preferences expand the APTANA link and select html editor." I'm on a MAC and running Aptana Studio 3. Under that tab, there is no html editor option, just browsers terminal and theme.
Not sure what tab you're talking about, but if you tgo to Window->Preferences you're presented with the preferences dialog, which should have an expandable tree list of pages in the left pane and the actual preferences in the content pane on the right.
If you expand the Aptana Studio item in the list pane, it contains the subpages:
Content Assist
Editors
Find Bar
Formatter
JavaScript Debug
Remote
Spelling
Tasks
Terminal
Themes
Troubleshooting
Validation
Webservers
And if you expand the Editors, you'll see a bunch of different languages, including HTML.

Aptana 3 didn't assist me to check browser compatibility in its Code Assist pop up

When I was typing codes in Aptana 3's editor, Code Assist pop up must show the browser compatibility check like this.
http://aptana.com/images/product/S3-1-sm.png
(I can't upload pic. Cos I'm just new to Stack Overflow. Sorry for your inconvenience!!!)
But in my case it didn't show any browser icons and just said element names and HTML Core. That's it. I want to check that browser compatibility and wanna see these browser icons as well. So what should i do??????
You should choose "Web" as primary project nature in your project settings.
You need to configure your Aptana installation.
Go on Windows menu -> Preferences
Aptana Studio -> Content Assist
And then check the browser you need have informations for.
Printscreen on -> http://www.image-heberg.fr/files/132813181897055.png
Regards