-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from huitseeker/maintenance/release-upheaval
Fix various long-standing doc issues.
- Loading branch information
Showing
22 changed files
with
114 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+53.8 KB
src/sphinx/3.0.x/advancedsetup/images/content-assist-deactivation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,5 @@ Navigating | |
implicit-hyperlinking | ||
open-type | ||
open-declaration | ||
outline-view | ||
tasks-view |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. include:: /global_defs.hrst | ||
|
||
Outline View | ||
============ | ||
|
||
The outline view of the standard Eclipse editors is also supported for the Scala IDE ! Hit ``Alt + Shift + Q, O`` to bring it up. You will be able to see eclarations for package, class, member, etc. | ||
|
||
.. image:: ./images/outline-view-2.png | ||
|
||
The outline view is also linked to your editor : clicking on members in the Outline view focuses your editor to the region of text where that element is declared. In a large file, this may be very useful. | ||
|
||
.. image:: ./images/outline-view-1.png | ||
|
||
A lighter version of the same feature is available if you press ``Ctrl + O`` (``Command + O`` on Mac) with the focus on the current editor. | ||
|
||
.. image:: ./images/quick-outline-1.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. include:: /global_defs.hrst | ||
|
||
Tasks View | ||
========== | ||
|
||
The Scala IDE will also look through your comments and list TODO or FIXME mentions in the Tasks view. You can then navigate to them by clicking on them. The Tasks view can be brought up by clicking on ``Alt + Shift + Q, K``. | ||
|
||
.. image:: ./images/tasks-view-1.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
src/sphinx/3.0.x/features/typingviewing/inferred-hover.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. include:: /global_defs.hrst | ||
|
||
Inferred Type Hover | ||
=================== | ||
|
||
If you click or hover on an element of the Editor, the IDE will display a tooltip with its definition and type declaration. | ||
|
||
.. image:: ./images/inferred-types-01.png | ||
:width: 100% | ||
:target: .././_images/inferred-types-01.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 0 additions & 40 deletions
40
src/sphinx/dev/appendix/scala-compiler-dev-with-eclipse.rst
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. _shortcuts: | ||
|
||
Suggested Shortcuts | ||
=================== | ||
|
||
Here you can find a collection of shortcuts you will find useful for Scala development. Replace ``Ctrl`` by ``CMD`` if you are using a Mac. | ||
|
||
|
||
* ``Alt+Shift+X S`` : Run As Scala Application. It is quicker than the popup menu because it does not need to scan every Launcher to see what type of Launches can be acted upon. | ||
* ``Alt+Shift+X T`` : Run As JUnit. Also quicker than a popup menu for the same reasons. | ||
* ``Ctrl+Space`` : completion (using code, templates,...) | ||
* ``Alt + /`` : complete word (unless you have chosen to integrate word completion in completion proposals above) | ||
* ``Ctrl + /`` : toggle comment of a block (the selected line(s) or current line) | ||
* ``Ctrl-3`` Quick Access -- a huge time saver. Opens up a dialog with incremental search on all commands available on the platform | ||
* ``Ctrl-Shift-R`` Open Resource -- opens up a dialog with incremental search on all files in the workspace | ||
* ``Ctrl-.`` Go to the next error in the current editor | ||
* ``F2`` Show the error for the position under the cursor | ||
* ``F3`` Navigate to definition (same as ``Ctrl-click`` on an identifier) | ||
* ``Ctrl-O`` Quick Outline -- opens up a dialog with incremental search on all definitions in the current editor | ||
* ``Ctrl-J`` Incremental search | ||
* ``Ctrl-F11`` Launch the debugger. By default it tries to launch the current file. I configure Eclipse to always launch the last application. | ||
* ``Ctrl-Shift-F11`` Launch the application (with no debugger attached) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters