Branch: refs/heads/master Author: Dimitar Zhekov dimitar.zhekov@gmail.com Committer: Dimitar Zhekov dimitar.zhekov@gmail.com Date: Fri, 22 Feb 2013 18:32:39 UTC Commit: 13e2625e9464e155e631b01939e75d08fda8246b https://github.com/geany/geany-plugins/commit/13e2625e9464e155e631b01939e75d...
Log Message: ----------- scope - explanation for "signal `project-before-save' is invalid"
Modified Paths: -------------- scope/ChangeLog scope/docs/scope.html
Modified: scope/ChangeLog 7 files changed, 7 insertions(+), 0 deletions(-) =================================================================== @@ -1,5 +1,11 @@ 2013-02-21 Dimitar Zhekov dimitar.zhekov@gmail.com
+ * docs/scope.html: + Explained the "signal `project-before-save' is invalid" warning. + + +2013-02-21 Dimitar Zhekov dimitar.zhekov@gmail.com + * src/inspect.c: Unified inspect display, fixing empty "value" looking identical to unapplied variable. @@ -12,6 +18,7 @@ * docs/scope.html, src/scope.c: Increased version to 0.84.
+ 2013-01-31 Enrico Tröger enrico.troeger@uvena.de
* src/gtk216.c:
Modified: scope/docs/scope.html 13 files changed, 12 insertions(+), 1 deletions(-) =================================================================== @@ -552,7 +552,7 @@ <p><em>pref_tooltips_length</em> - maximum length of a tooltip message, 0 = unlimited. Default = 2048.</p>
-<p><em>memory_line_bytes</em></p> - maximum bytes per <em>Memory</em> line.</p> +<p><em>memory_line_bytes</em> - maximum bytes per <em>Memory</em> line.</p>
<p>[terminal] (*nix only)</p> @@ -666,6 +666,17 @@ value, " <em>moves</em> all values left by 1, and changing a name or index has <em>no</em> effect.</p>
+<p>Q. A "signal `project-before-save' is invalid" warning is displayed on Geany startup, and +an "assertion `handler_id > 0' failed" message on quit.</p> + +<p>A. Your Geany does not support this signal. Either apply the patch from Geany sourceforge +patch tracker <a href="http://sourceforge.net/tracker/?func=detail&aid=3594050& +group_id=153444&atid=787793">ID 3594050</a> and recompile it, or make sure to +<em>Terminate</em> the debugged program before quitting Geany or switching to another project. +Otherwise, your source files will be marked as read-only when the current project is reopened. +Of course, you can awlays unlock them manually (via <em>Document --> Read Only</em>), +so it's nothing serious.</p> + <h3><a name="bugs">Bugs</a></h3>
<p>For some reason, -exec-interrupt under Linux (*nix?) signals gdb and Geany, but not the
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org