Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
7answers
8k views

How to achieve code folding effects in Emacs?

Whats the best way to do achieve something like code folding, or the type of cycling that org-mode uses. What would be the best solution in elisp to create this type of behavior? EDIT: I'm sorry I ...
8
votes
6answers
5k views

Code folding in Emacs [closed]

Possible Duplicate: How to achieve code folding effects in emacs An excellent feature of Dreamweaver is code folding of any lines of text -- recursively! It's fantastic, I can fold any ...
3
votes
4answers
863 views

Aptana Code Folding?

When i try to use code folding in Aptana it doesn't seem to be working i haven't changed any shortcuts and i can`t get it work the default shortcut is Ctrl+Numpad_Divide any suggestions ?
3
votes
3answers
1k views

XCode enable Code-Folding by default

Is there a way to tell XCode fold methods/functions by default when opening a file?
2
votes
1answer
197 views

Visual Studio C# 2008: Code Folding Problem when Typing

I have the following problem with code folding: if I have a class with folded methods, and I insert code in between these methods, the lower code unfolds automatically. E.g.: class A { void ...
2
votes
1answer
311 views

Is there a way to make the “Code Folding” Stay Folded In Delphi 2010

I absolutely love the Code Folding feature inside Delphi 2010. However, each time start Delphi 2010 and reopen my project the code I had peviously folded down is no longer folded. Is there a way to ...
2
votes
3answers
827 views

Is there a way to hide annotations in Netbeans or Eclipse?

Maybe a dumb question, but it would be nice if there was a way to hide or collapse Java annotations when viewing source in Netbeans (or Eclipse). I'm not finding an option and a quick search didn't ...
1
vote
2answers
141 views

Emacs feature similar to JEdit's indent folding mode? [closed]

Possible Duplicate: Emacs equivalent of Vim's foldmethod = indent JEdit has a mode (specifically, folding mode: indent, in Options) that lets you fold code blocks based purely on ...
1
vote
1answer
706 views

Zend Studio 7 code folding

just another simple question (as always). I have tried to find out how to fold a PHP function using shortcut in Zend Studio 7 and have found on the Preferences section that the shortcut is ...
1
vote
5answers
1k views

Is there any way to get code folding in Delphi 7?

I know this is a long shot - but is there any way at all to get code folding into Delphi 7? I'm working on some .. "suboptimal" .. code. Sometimes I really need to fold bits away to grok a ...
0
votes
1answer
13 views

How to show only methods and class-members?

I am trying to find out whether NetBeans v7.1 can fold everything in a Java class except: class name member names method names So this simple class: public class Example { private int ...
0
votes
0answers
30 views

TextMate: remove trailing spaces and save

I'm using this script to remove trailing spaces and then save the file: http://mjijackson.com/2009/01/textmate-macro-remove-trailing-space-and-save The problem is that all my code foldings expand ...
0
votes
2answers
129 views

How to implement “CodeIgniter 2.0” code completion capabilities with Notepad++ ?

How could I make Notepad++ have an intellisense for CodeIgniter 2.0 so that if I press Ctrl + SpaceBar on the keyboard code suggestions would be shown?
0
votes
1answer
382 views

Eclipse PDT code folding problem

I've recently been using Eclipse with PDT for PHP development. When writing classes I tend to use the following style for class constants and properties: class Foo extends Bar { const ...
0
votes
1answer
324 views

Can Aptana do code folding?

I would like to code folding in aptana 2 but I cannot figure out how to do it. How do you do it?
0
votes
1answer
263 views

Improved UltraEdit wordfile for Ruby? (code folding)

The default Ruby wordfile in UltraEdit does not support code folding. Is there a Ruby wordfile for UltraEdit that does support code folding?
0
votes
1answer
239 views

Xcode save code folding?

I know it's not directly related to programming, but what better place then stackoverflow right? So code folding is an awesome feature which I love, but does anyone know if there is a way to get ...