Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable comment folding in ShellEd

I installed ShellEd, a shell script editor for Eclipse.

It folds multiline-comments by default, and I can't find an option to turn it off. Is there such an option, and if so, where?

like image 420
Frank Kusters Avatar asked Apr 18 '13 13:04

Frank Kusters


People also ask

How do you comment multiple lines in VS Code?

The keyboard shortcut to comment multiple in Windows is shift + alt + A .

How do you change similar words in VS Code?

Expand the Search widget to display the Replace text box. When you type text into the Replace text box, you will see a diff display of the pending changes. You can replace across all files from the Replace text box, replace all in one file or replace a single change.

How do you stop a program in VS Code?

VS Code maintains a debug session while the program is running, and pressing the Stop button terminates the program.


2 Answers

Right click on the folding symbol in the editor, select Folding from the menu, then choose your preferred option.

Took me MONTHS to find out myself.

like image 146
user3280555 Avatar answered Sep 21 '22 23:09

user3280555


This is just to expand on the correct answer already given by user3280555.

The keyboard short-cut to do this is Ctrl + Numpad_divide

If you want to do the same with your mouse:

This is what is meant by the "Folding symbol" on the editor:

enter image description here

Once you right click on it, simply uncheck: Folding > Enable Folding

like image 28
arun Avatar answered Sep 25 '22 23:09

arun