File tree Expand file tree Collapse file tree 3 files changed +43
-1
lines changed
Expand file tree Collapse file tree 3 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+
3+ < html >
4+ < head >
5+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
6+ < title > Outline</ title >
7+ </ head >
8+
9+ < body >
10+ < img src ="images/bash-editor-logo.png " />
11+ < a href ="toc.html "> Table of content</ a >
12+ < h3 > Code assistence</ h3 >
13+ < p >
14+ Like any other code completion in eclipse you start with < code > CTRL + SPACE</ code > and you
15+ get the proposals.
16+ </ p >
17+ < h4 > Supported proposals</ h4 >
18+ < h5 > Simple word proposals</ h5 >
19+ < p >
20+ The document is scanned for already existing words. Those words are available as proposals.
21+ </ p >
22+ < h5 > Keyword proposals</ h5 >
23+ < p >
24+ All keywords known by bash editor will be added as proposals (bash, GNU, ...)
25+ </ p >
26+ < h4 > How to disable code completion or parts?</ h4 >
27+ < p > The different kind of proposals can be turned on/off inside
28+ < code > Preferences-> Bash Editor</ code > .</ p >
29+ </ body >
30+ </ html >
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ <h4>Features</h4>
1515 < li > < a href ="outline.html "> Outline</ a > view</ li >
1616 < li > < a href ="quick-outline.html "> Quick-Outline</ a > dialog</ li >
1717 < li > < a href ="validation.html "> Validation</ a > </ li >
18+ < li > < a href ="code-assistence.html "> Code assistence</ a > </ li >
1819 < li > < a href ="open-function-reference.html "> Open referenced functions</ a > </ li >
1920 < li > < a href ="syntax_coloring.html#syntax_coloring "> Syntax
2021 highlighting</ a > </ li >
@@ -25,7 +26,7 @@ <h4>Features</h4>
2526 < li > < a href ="bracket_switching.html "> Bracket switching</ a > +
2627 highlighting</ li >
2728 < li > < a href ="block_commenting.html "> Block commenting</ a > (CTRL+7)</ li >
28- < li > Auto bracket closing for []</ li >
29+ < li > Auto bracket closing for [] and {} </ li >
2930 < li > Small footprint</ li >
3031 </ ul >
3132 < p > There are also some videos about bash editor features available at < a href ="https://www.youtube.com/playlist?list=PLaBYAz_I_8tF7sZVIcUv8zOVe2RMiWn-L "> YouTube</ a > </ p >
Original file line number Diff line number Diff line change 88 <topic href =" html/syntax_coloring.html" label =" Syntax coloring" >
99 </topic >
1010 <topic href =" html/outline.html" label =" Outline" >
11+ </topic >
12+ <topic href =" html/quick-outline.html" label =" Quick Outline" >
1113 </topic >
1214 <topic href =" html/validation.html" label =" Validation" >
1315 </topic >
16+ <topic href =" html/open-function-reference.html" label =" Open referenced function" >
17+ </topic >
18+ <topic href =" html/code-assistence.html" label =" Code assistence" >
19+ </topic >
20+ <topic href =" html/block_commenting.html" label =" Block commenting" >
21+ </topic >
22+ <topic href =" html/bracket_switching.html" label =" Bracket switching" >
23+ </topic >
24+
1425</toc >
You can’t perform that action at this time.
0 commit comments