Branch: refs/heads/master
Author: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
Committer: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
Date: Sat, 03 Oct 2015 18:36:29 UTC
Commit: 17855154db2a141380f465e2a19a67a2dd6518bb
https://github.com/geany/geany-plugins/commit/17855154db2a141380f465e2a19a6…
Log Message:
-----------
scope: small documentation fix
Modified Paths:
--------------
scope/docs/scope.html
Modified: scope/docs/scope.html
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -126,8 +126,8 @@
<div class="tab">
- A colored <em>Load</em> label will appear shortly on the right of Geany status bar<br>
- The message window will be shown (if hidden) and the <em>Debug</em> page will be focused<br>
-- The cursor be positioned at the first line of code, opening the corresponding source file if
-neccessary<br>
+- The cursor will be positioned at the first line of code, opening the corresponding source
+file if neccessary<br>
- The first line of code will be marked with brown arrow in the markers margin, or with brown
background<br>
- All source files will be marked as read-only (their tab text will become green)<br>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
Committer: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
Date: Sat, 03 Oct 2015 14:25:27 UTC
Commit: ebe40e5bc4099bd2a1fb0e499a386a3504a32d6c
https://github.com/geany/geany-plugins/commit/ebe40e5bc4099bd2a1fb0e499a386…
Log Message:
-----------
scope: small documentation fix
Modified Paths:
--------------
scope/docs/scope.html
Modified: scope/docs/scope.html
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -499,7 +499,7 @@
<p><em>Expand</em> is primary to change the expansion options. After a variable is applied,
you can expand it simply by using the keyboard or mouse, like with any other gtk+ tree.</p>
-<p>The command "echo ^(Scope)#07<em>name</em>" will try to expand the variable
+<p>The command "echo ^(Scope)#07<em>name</em>" will try to apply the variable
<em>name</em>. You can include such commands in your breakpoint scripts. The name must start
will a letter ("-" will not do).</p>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).