-1
votes
1answer
52 views

Aptana tab indentation guides

I recently moved from geany to Aptana as I'm working on some bigger projects and felt I would benefit from a full IDE. One feature I'm really missing is the little grey line every four spaces to help ...
0
votes
1answer
118 views

Opening New Tab Undoes Code Folding in Vim

I have an HTML file with the CSS in the head. Usually I open the file in 2 tabs, so I can switch between the HTML and CSS easily, but I would also like to fold most of the code (especially the ...
4
votes
2answers
2k views

Vim - Indent multiple lines with tab

I want to be able to highlight lines I want to indent/reverse-indent and indent with tab and shift-tab respectively. " for command mode reverse tab nmap <S-Tab> << " for insert mode ...
0
votes
1answer
121 views

How to change my tabs are making the content below indent?

My HTML for the tabs is: <ul id = "tabs"> <li id = "home" onclick = "document.location.href = \'/\'">Home</a></li> <li id = "games" onclick = ...
2
votes
2answers
1k views

How to configure vim for TAB/ident like this?

I would use vim like this: Pressing TAB indent by 4 spaces (spaces not a TAB) Existing TAB should treated as 8 space wide Could you help me?
2
votes
1answer
3k views

Question about HTMLTidy in Notepad++

How do I make it so that instead of indenting my elements by multiples of 2 spaces (when formatting without wrapping is selected), HTMLTidy indents them by multiples of tabs (4 spaces long but only 1 ...