You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Updated screenshots: new Go window, removed Navigation and Commands windows. Added menu commands and keybindings for new Go To actions. New content for using TypeScript language projects. How to create a swapfile.
Copy file name to clipboardExpand all lines: doc_source/auth-and-access-control.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1009,7 +1009,7 @@ For an |envfirstec2|, |AC9tempcreds| allow all AWS actions for all AWS resources
1009
1009
* :code:`iam:UpdateSSHPublicKey`
1010
1010
* :code:`iam:UploadSSHPublicKey`
1011
1011
1012
-
* All |IAM| actions that interact with roles are allowed only for role names starting with :code:`cloud9-`. However, :code:`iam:PassRole` works with all role names.
1012
+
* All |IAM| actions that interact with roles are allowed only for role names starting with :code:`Cloud9-`. However, :code:`iam:PassRole` works with all role names.
1013
1013
* For |STSlong| (|STS|), only the following actions are allowed:
Copy file name to clipboardExpand all lines: doc_source/commands.rst
+44-12Lines changed: 44 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,16 @@ Commands Reference for the |AC9IDElongtitle|
20
20
21
21
Following is a list of default commands in the |AC9IDE|.
22
22
23
-
For more information, in the |AC9IDE|, choose the :guilabel:`Commands` button to display the :guilabel:`Commands` window. If the :guilabel:`Commands` button is not visible, choose
24
-
:guilabel:`Window, Commands` on the menu bar.
23
+
To run a command in the |AC9IDE|:
24
+
25
+
#. Choose the :guilabel:`Go` button (magnifying glass) to display the :guilabel:`Go` window. If the :guilabel:`Go` button is not visible, choose
26
+
:guilabel:`Window, Go` on the menu bar.
27
+
#. In the :guilabel:`Go to Anything` box, type a dot (:kbd:`.`) followed by the name of the command.
28
+
#. Do one of the following in the list of matching commands:
29
+
30
+
* Choose the command to run.
31
+
* Use your up and down arrow keys to choose a command, and then press :kbd:`Enter` to run the chosen command.
32
+
25
33
26
34
.. list-table::
27
35
:widths: 1 2
@@ -48,6 +56,8 @@ For more information, in the |AC9IDE|, choose the :guilabel:`Commands` button to
48
56
- Add the selection as a watch expression
49
57
* - :code:`alignCursors`
50
58
- Move all cursors to the same space as the active cursor on each of their lines, if they are misaligned
59
+
* - :code:`aws-panel`
60
+
- Show the :guilabel:`AWS Resources` window
51
61
* - :code:`backspace`
52
62
- Backspace one space
53
63
* - :code:`blockindent`
@@ -80,8 +90,6 @@ For more information, in the |AC9IDE|, choose the :guilabel:`Commands` button to
80
90
- Close the current pane
81
91
* - :code:`closetab`
82
92
- Close the current tab
83
-
* - :code:`commands`
84
-
- Show the :guilabel:`Commands` window
85
93
* - :code:`complete`
86
94
- Show the code completion context menu
87
95
* - :code:`completeoverwrite`
@@ -162,6 +170,8 @@ For more information, in the |AC9IDE|, choose the :guilabel:`Commands` button to
162
170
- Go to the next match in the current document for the find query you entered last
163
171
* - :code:`findprevious`
164
172
- Go to the previous match in the current document for the find query you entered last
173
+
* - :code:`findReferences`
174
+
- Display all known references to the symbol at the insertion point in the active file in the editor
165
175
* - :code:`focusTree`
166
176
- Open the :guilabel:`Environment` window, and then make the list of files active
167
177
* - :code:`fold`
@@ -170,18 +180,30 @@ For more information, in the |AC9IDE|, choose the :guilabel:`Commands` button to
170
180
- Fold all possibly foldable elements
171
181
* - :code:`foldOther`
172
182
- Fold all possibly foldable elements, except for the selection scope
183
+
* - :code:`forceToggleTimeslider`
184
+
- Show the :guilabel:`File Revision History` pane, or hide if shown
173
185
* - :code:`formatcode`
174
186
- Reformat the selected JavaScript code
175
187
* - :code:`formatprefs`
176
188
- Open the :guilabel:`Project Settings` section of the :guilabel:`Preferences` tab to programming language settings
177
189
* - :code:`foursplit`
178
190
- Display a four-pane layout
191
+
* - :code:`gethelp`
192
+
- Display the AWS Discussion Forum for |AC9|
193
+
* - :code:`gitcloneterminal`
194
+
- Run the :command:`git clone` command in a new terminal session
179
195
* - :code:`golinedown`
180
196
- Go down one line
181
197
* - :code:`golineup`
182
198
- Go up one line
199
+
* - :code:`gotoanything`
200
+
- Show the :guilabel:`Go` window in :guilabel:`Go to Anything` mode
201
+
* - :code:`gotocommand`
202
+
- Show the :guilabel:`Go` window in :guilabel:`Go to Command` mode
183
203
* - :code:`gotoend`
184
204
- Go to the end of the file
205
+
* - :code:`gotofile`
206
+
- Show the :guilabel:`Go` window in :guilabel:`Go to File` mode.
185
207
* - :code:`gotoleft`
186
208
- Go left one space
187
209
* - :code:`gotoline`
@@ -210,6 +232,8 @@ For more information, in the |AC9IDE|, choose the :guilabel:`Commands` button to
210
232
- Go right one space
211
233
* - :code:`gotostart`
212
234
- Go to the start of the file
235
+
* - :code:`gotosymbol`
236
+
- Show the :guilabel:`Go` window in :guilabel:`Go to Symbol` mode.
213
237
* - :code:`gototableft`
214
238
- Go one tab left
215
239
* - :code:`gototabright`
@@ -238,6 +262,18 @@ For more information, in the |AC9IDE|, choose the :guilabel:`Commands` button to
238
262
- Go to the definition of the variable or function at the cursor
239
263
* - :code:`jumptomatching`
240
264
- Go to the matching symbol in the current scope
265
+
* - :code:`lambdaConvertFunction`
266
+
- Show the :guilabel:`Convert to SAM` dialog box
267
+
* - :code:`lambdaCreateFunction`
268
+
- Show the :guilabel:`Create serverless application` dialog box
269
+
* - :code:`lambdaImportFunction`
270
+
- If a remote |LAMlong| function is selected in the :guilabel:`Lambda` section of the :guilabel:`AWS Resources` window, attempts to import the function into the |IDE| as a local function
271
+
* - :code:`lambdaLinkToCFStack`
272
+
- Show the :guilabel:`Link application to CloudFormation stack` dialog box
273
+
* - :code:`lambdaRefreshFunctionsList`
274
+
- Refreshes the :guilabel:`Lambda` section of the :guilabel:`AWS Resources` window if shown
275
+
* - :code:`lambdaUploadFunction`
276
+
- If a local |LAM| function is selected in the :guilabel:`Lambda` section of the :guilabel:`AWS Resources` window, attempts to upload the function to |LAM| as a remote function
241
277
* - :code:`largerfont`
242
278
- Increase the font size
243
279
* - :code:`maximizeconsole`
@@ -259,10 +295,6 @@ For more information, in the |AC9IDE|, choose the :guilabel:`Commands` button to
259
295
- Move the current tab right, or if the tab is already at the far right, create a split tab there
260
296
* - :code:`movetabup`
261
297
- Move the current tab up one pane, or if the tab is already at very top, create a split tab there
262
-
* - :code:`navigate`
263
-
- Show the :guilabel:`Navigate` window
264
-
* - :code:`navigate_altkey`
265
-
- Show the :guilabel:`Navigate` window
266
298
* - :code:`newEnvironment`
267
299
- Show the :guilabel:`Create new environment` wizard in the |AC9| console
268
300
* - :code:`newfile`
@@ -341,8 +373,6 @@ For more information, in the |AC9IDE|, choose the :guilabel:`Commands` button to
341
373
- Rerun your initialization script
342
374
* - :code:`restartc9`
343
375
- Restart the |env|
344
-
* - :code:`restartc9vm`
345
-
- Restart the |env|
346
376
* - :code:`resume`
347
377
- Resume the current paused process
348
378
* - :code:`revealtab`
@@ -367,8 +397,6 @@ For more information, in the |AC9IDE|, choose the :guilabel:`Commands` button to
367
397
- Save the current pane layout in the :guilabel:`Window, Saved Layouts` menu, and then close all open tabs
368
398
* - :code:`scrolldown`
369
399
- Scroll down in the current document
370
-
* - :code:`scrollPreviewElementIntoView`
371
-
- If a preview page and the related HTML file are both open, scroll the preview page to the location that matches the current element under the cursor in the HTML file
372
400
* - :code:`scrollup`
373
401
- Scroll up in the current document
374
402
* - :code:`searchinfiles`
@@ -421,6 +449,8 @@ For more information, in the |AC9IDE|, choose the :guilabel:`Commands` button to
421
449
- Include the next word to the right of the cursor in the selection
422
450
* - :code:`setIndentation`
423
451
- Set the indentation type (spaces or tabs) and length
452
+
* - :code:`sharedialog`
453
+
- Show the :guilabel:`Share this environment` dialog box
424
454
* - :code:`showimmediate`
425
455
- Show the :guilabel:`Immediate` tab
426
456
* - :code:`showinstaller`
@@ -533,5 +563,7 @@ For more information, in the |AC9IDE|, choose the :guilabel:`Commands` button to
533
563
- Unfold selected code
534
564
* - :code:`unfoldall`
535
565
- Unfold code folding for the entire file
566
+
* - :code:`uploadLocalFiles`
567
+
- Show the :guilabel:`Upload Files` dialog box
536
568
* - :code:`vsplit`
537
569
- Split the current pane into two panes, top and bottom, and move the current tab to the top pane
Copy file name to clipboardExpand all lines: doc_source/history.rst
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Document History for the |AC9-ug|
20
20
21
21
Here is a list of significant changes to the *AWS Cloud9 User Guide*.
22
22
23
-
**Latest documentation update:** August 30, 2018
23
+
**Latest documentation update:** October 2, 2018
24
24
25
25
.. list-table::
26
26
:widths: 2 3 2
@@ -29,12 +29,20 @@ Here is a list of significant changes to the *AWS Cloud9 User Guide*.
29
29
* - **Change**
30
30
- **Description**
31
31
- **Date Changed**
32
+
* - New topic
33
+
- The |AC9IDE| now provides additional productivity features for some languages in the context of a language project.
34
+
For more information, see :ref:`Working with Language Projects <projects>`.
35
+
- October 2, 2018
36
+
* - Changed content
37
+
- The :guilabel:`Go` window was added to the |AC9IDE| for |envplural| created on or after October 2, 2018. This new window replaces the :guilabel:`Navigate` and :guilabel:`Commands` windows,
38
+
which were both removed from the |IDE| for |envplural| created on or after October 2, 2018. For more information, see :ref:`tutorial-go` in the *IDE Tutorial*.
39
+
- October 2, 2018
32
40
* - New topic
33
41
- Added a new sample demonstrating how to use |AC9| with the AWS Cloud Development Kit (AWS CDK). For more information, see the
34
42
:ref:`AWS CDK Sample <sample-cdk>`.
35
43
- August 30, 2018
36
44
* - New content
37
-
- For new |envfirstec2plural|, |AC9| now automatically restricts incoming SSH traffic to just the IP address ranges that
45
+
- For |envfirstec2plural| created on or after July 31 2018, |AC9| now automatically restricts incoming SSH traffic to just the IP address ranges that
38
46
|AC9| uses to connect over SSH. For more information, see :ref:`Inbound SSH IP Address Ranges <ip-ranges>`.
0 commit comments