Revision: 1824
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1824&view=rev
Author: colombanw
Date: 2011-01-10 23:51:29 +0000 (Mon, 10 Jan 2011)
Log Message:
-----------
WebHelper: Fix a RST syntax mistake
Modified Paths:
--------------
trunk/geany-plugins/webhelper/README
Modified: trunk/geany-plugins/webhelper/README
===================================================================
--- trunk/geany-plugins/webhelper/README 2011-01-10 17:39:11 UTC (rev 1823)
+++ trunk/geany-plugins/webhelper/README 2011-01-10 23:51:29 UTC (rev 1824)
@@ -15,11 +15,11 @@
Prominent features
------------------
- * A basic web view, allowing to display any web page (using WebKit);
- * Possible automatic reloading of the web view upon document saving;
- * A web inspector/debugging tool for the web view's content (including a
- JavaScript console, a viewer and editor of processed HTML and CSS, a network
- usage analysis tool and many more, thanks to WebKit).
+* A basic web view, allowing to display any web page (using WebKit);
+* Possible automatic reloading of the web view upon document saving;
+* A web inspector/debugging tool for the web view's content (including a
+ JavaScript console, a viewer and editor of processed HTML and CSS, a network
+ usage analysis tool and many more, thanks to WebKit).
Requirements
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1822
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1822&view=rev
Author: colombanw
Date: 2011-01-10 17:23:59 +0000 (Mon, 10 Jan 2011)
Log Message:
-----------
WebHelper: Add some TODO entries
Modified Paths:
--------------
trunk/geany-plugins/webhelper/TODO
Modified: trunk/geany-plugins/webhelper/TODO
===================================================================
--- trunk/geany-plugins/webhelper/TODO 2011-01-10 17:23:42 UTC (rev 1821)
+++ trunk/geany-plugins/webhelper/TODO 2011-01-10 17:23:59 UTC (rev 1822)
@@ -1,9 +1,13 @@
TODO:
* Save & restore the state of the inspector (docked/undocked, visible/hidden)
+ * Allow reloading after build? Useful if the web page needs to be compiled
+ manually.
+ * Add possibility to "view current file" in the web view? (probably only useful
+ for plain HTML editing)
FIXME:
* Find why docking the inspector window don't work in the plugin.
Note that this DOES work when GwhBrowser is used by a test
application.
Moreover, this works when the browser is in its separate window.
- ...strange.
+ ...strange. A bug in WebKit or WebKitGTK I guess.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1821
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1821&view=rev
Author: colombanw
Date: 2011-01-10 17:23:42 +0000 (Mon, 10 Jan 2011)
Log Message:
-----------
WebHelper: Update README a bit
Modified Paths:
--------------
trunk/geany-plugins/webhelper/README
Modified: trunk/geany-plugins/webhelper/README
===================================================================
--- trunk/geany-plugins/webhelper/README 2011-01-09 14:53:56 UTC (rev 1820)
+++ trunk/geany-plugins/webhelper/README 2011-01-10 17:23:42 UTC (rev 1821)
@@ -12,6 +12,16 @@
such as a web page preview and some debugging tools (web inspector).
+Prominent features
+------------------
+
+ * A basic web view, allowing to display any web page (using WebKit);
+ * Possible automatic reloading of the web view upon document saving;
+ * A web inspector/debugging tool for the web view's content (including a
+ JavaScript console, a viewer and editor of processed HTML and CSS, a network
+ usage analysis tool and many more, thanks to WebKit).
+
+
Requirements
============
@@ -32,8 +42,9 @@
Usage
=====
-When loaded into Geany, this plugins adds a web view in one of the panels --
-bottom (the default) or left. You can find most of the features from this view.
+When loaded into Geany, this plugins adds a web view in the message window
+(the default), the sidebar or in a separate window. You can find most of the
+features from this view.
License
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1819
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1819&view=rev
Author: eht16
Date: 2011-01-09 14:48:22 +0000 (Sun, 09 Jan 2011)
Log Message:
-----------
Update copyright.
Modified Paths:
--------------
trunk/geany-plugins/spellcheck/src/gui.c
trunk/geany-plugins/spellcheck/src/gui.h
trunk/geany-plugins/spellcheck/src/scplugin.c
trunk/geany-plugins/spellcheck/src/scplugin.h
trunk/geany-plugins/spellcheck/src/speller.c
trunk/geany-plugins/spellcheck/src/speller.h
trunk/geany-plugins/spellcheck/wscript_build
trunk/geany-plugins/spellcheck/wscript_configure
Modified: trunk/geany-plugins/spellcheck/src/gui.c
===================================================================
--- trunk/geany-plugins/spellcheck/src/gui.c 2011-01-09 14:45:25 UTC (rev 1818)
+++ trunk/geany-plugins/spellcheck/src/gui.c 2011-01-09 14:48:22 UTC (rev 1819)
@@ -1,7 +1,7 @@
/*
* gui.c - this file is part of Spellcheck, a Geany plugin
*
- * Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2008-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2008-2010 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/geany-plugins/spellcheck/src/gui.h
===================================================================
--- trunk/geany-plugins/spellcheck/src/gui.h 2011-01-09 14:45:25 UTC (rev 1818)
+++ trunk/geany-plugins/spellcheck/src/gui.h 2011-01-09 14:48:22 UTC (rev 1819)
@@ -1,7 +1,7 @@
/*
* gui.h - this file is part of Spellcheck, a Geany plugin
*
- * Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2008-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2008-2010 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/geany-plugins/spellcheck/src/scplugin.c
===================================================================
--- trunk/geany-plugins/spellcheck/src/scplugin.c 2011-01-09 14:45:25 UTC (rev 1818)
+++ trunk/geany-plugins/spellcheck/src/scplugin.c 2011-01-09 14:48:22 UTC (rev 1819)
@@ -1,7 +1,7 @@
/*
* scplugin.c - this file is part of Spellcheck, a Geany plugin
*
- * Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2008-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2008-2010 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/geany-plugins/spellcheck/src/scplugin.h
===================================================================
--- trunk/geany-plugins/spellcheck/src/scplugin.h 2011-01-09 14:45:25 UTC (rev 1818)
+++ trunk/geany-plugins/spellcheck/src/scplugin.h 2011-01-09 14:48:22 UTC (rev 1819)
@@ -1,7 +1,7 @@
/*
* scplugin.h - this file is part of Spellcheck, a Geany plugin
*
- * Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2008-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2008-2010 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/geany-plugins/spellcheck/src/speller.c
===================================================================
--- trunk/geany-plugins/spellcheck/src/speller.c 2011-01-09 14:45:25 UTC (rev 1818)
+++ trunk/geany-plugins/spellcheck/src/speller.c 2011-01-09 14:48:22 UTC (rev 1819)
@@ -1,7 +1,7 @@
/*
* speller.c - this file is part of Spellcheck, a Geany plugin
*
- * Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2008-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2008-2010 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/geany-plugins/spellcheck/src/speller.h
===================================================================
--- trunk/geany-plugins/spellcheck/src/speller.h 2011-01-09 14:45:25 UTC (rev 1818)
+++ trunk/geany-plugins/spellcheck/src/speller.h 2011-01-09 14:48:22 UTC (rev 1819)
@@ -1,7 +1,7 @@
/*
* speller.h - this file is part of Spellcheck, a Geany plugin
*
- * Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2008-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* Copyright 2008-2010 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/geany-plugins/spellcheck/wscript_build
===================================================================
--- trunk/geany-plugins/spellcheck/wscript_build 2011-01-09 14:45:25 UTC (rev 1818)
+++ trunk/geany-plugins/spellcheck/wscript_build 2011-01-09 14:48:22 UTC (rev 1819)
@@ -2,7 +2,7 @@
#
# WAF build script for geany-plugins - Spell Check
#
-# Copyright 2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+# Copyright 2010-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/spellcheck/wscript_configure
===================================================================
--- trunk/geany-plugins/spellcheck/wscript_configure 2011-01-09 14:45:25 UTC (rev 1818)
+++ trunk/geany-plugins/spellcheck/wscript_configure 2011-01-09 14:48:22 UTC (rev 1819)
@@ -2,7 +2,7 @@
#
# WAF build script for geany-plugins - Spell Check
#
-# Copyright 2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+# Copyright 2010-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1818
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1818&view=rev
Author: eht16
Date: 2011-01-09 14:45:25 +0000 (Sun, 09 Jan 2011)
Log Message:
-----------
Update copyright.
Modified Paths:
--------------
trunk/geany-plugins/addons/src/addons.c
trunk/geany-plugins/addons/src/addons.h
trunk/geany-plugins/addons/src/ao_bookmarklist.c
trunk/geany-plugins/addons/src/ao_bookmarklist.h
trunk/geany-plugins/addons/src/ao_doclist.c
trunk/geany-plugins/addons/src/ao_doclist.h
trunk/geany-plugins/addons/src/ao_markword.c
trunk/geany-plugins/addons/src/ao_markword.h
trunk/geany-plugins/addons/src/ao_openuri.c
trunk/geany-plugins/addons/src/ao_openuri.h
trunk/geany-plugins/addons/src/ao_systray.c
trunk/geany-plugins/addons/src/ao_systray.h
trunk/geany-plugins/addons/src/ao_tasks.c
trunk/geany-plugins/addons/src/ao_tasks.h
trunk/geany-plugins/addons/wscript_build
Modified: trunk/geany-plugins/addons/src/addons.c
===================================================================
--- trunk/geany-plugins/addons/src/addons.c 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/addons.c 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* addons.c - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/addons.h
===================================================================
--- trunk/geany-plugins/addons/src/addons.h 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/addons.h 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* addons.h - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/ao_bookmarklist.c
===================================================================
--- trunk/geany-plugins/addons/src/ao_bookmarklist.c 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/ao_bookmarklist.c 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* ao_bookmarklist.c - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/ao_bookmarklist.h
===================================================================
--- trunk/geany-plugins/addons/src/ao_bookmarklist.h 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/ao_bookmarklist.h 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* ao_bookmarklist.h - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/ao_doclist.c
===================================================================
--- trunk/geany-plugins/addons/src/ao_doclist.c 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/ao_doclist.c 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* ao_doclist.c - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/ao_doclist.h
===================================================================
--- trunk/geany-plugins/addons/src/ao_doclist.h 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/ao_doclist.h 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* ao_doclist.h - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/ao_markword.c
===================================================================
--- trunk/geany-plugins/addons/src/ao_markword.c 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/ao_markword.c 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* ao_markword.c - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/ao_markword.h
===================================================================
--- trunk/geany-plugins/addons/src/ao_markword.h 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/ao_markword.h 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* ao_markword.h - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/ao_openuri.c
===================================================================
--- trunk/geany-plugins/addons/src/ao_openuri.c 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/ao_openuri.c 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* ao_openuri.c - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/ao_openuri.h
===================================================================
--- trunk/geany-plugins/addons/src/ao_openuri.h 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/ao_openuri.h 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* ao_openuri.h - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/ao_systray.c
===================================================================
--- trunk/geany-plugins/addons/src/ao_systray.c 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/ao_systray.c 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* ao_systray.c - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/ao_systray.h
===================================================================
--- trunk/geany-plugins/addons/src/ao_systray.h 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/ao_systray.h 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* ao_systray.h - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/ao_tasks.c
===================================================================
--- trunk/geany-plugins/addons/src/ao_tasks.c 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/ao_tasks.c 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* ao_tasks.c - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/src/ao_tasks.h
===================================================================
--- trunk/geany-plugins/addons/src/ao_tasks.h 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/src/ao_tasks.h 2011-01-09 14:45:25 UTC (rev 1818)
@@ -1,7 +1,7 @@
/*
* ao_tasks.h - this file is part of Addons, a Geany plugin
*
- * Copyright 2009-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+ * Copyright 2009-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/geany-plugins/addons/wscript_build
===================================================================
--- trunk/geany-plugins/addons/wscript_build 2011-01-09 14:43:38 UTC (rev 1817)
+++ trunk/geany-plugins/addons/wscript_build 2011-01-09 14:45:25 UTC (rev 1818)
@@ -2,7 +2,7 @@
#
# WAF build script for geany-plugins - Addons
#
-# Copyright 2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+# Copyright 2010-2011 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1817
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1817&view=rev
Author: eht16
Date: 2011-01-09 14:43:38 +0000 (Sun, 09 Jan 2011)
Log Message:
-----------
Fix typo.
Modified Paths:
--------------
trunk/geany-plugins/addons/README
Modified: trunk/geany-plugins/addons/README
===================================================================
--- trunk/geany-plugins/addons/README 2011-01-09 14:43:08 UTC (rev 1816)
+++ trunk/geany-plugins/addons/README 2011-01-09 14:43:38 UTC (rev 1817)
@@ -42,7 +42,7 @@
Mark Word
^^^^^^^^^
-When double-clicking a word, all occurences of this word are searched
+When double-clicking a word, all occurrences of this word are searched
and then highlighted (similar to Geany's 'Mark All' Find option).
Strip trailing blank lines
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1816
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1816&view=rev
Author: eht16
Date: 2011-01-09 14:43:08 +0000 (Sun, 09 Jan 2011)
Log Message:
-----------
Add fullstops.
Modified Paths:
--------------
trunk/geany-plugins/NEWS
Modified: trunk/geany-plugins/NEWS
===================================================================
--- trunk/geany-plugins/NEWS 2011-01-09 12:54:02 UTC (rev 1815)
+++ trunk/geany-plugins/NEWS 2011-01-09 14:43:08 UTC (rev 1816)
@@ -1,8 +1,8 @@
Geany-Plugins 0.20 (t.b.p.s.)
General:
- * Update of waf build system
- * Add new plugin UpdateChecker
+ * Update of Waf build system.
+ * Add new plugin UpdateChecker.
* Add new plugin WebHelper.
GeanyExtraSel:
@@ -27,13 +27,13 @@
* Thin selection support.
GeanyLaTeX:
- * Move LaTeX-menu to a separate menu inside Geany main menu
- * Add a feature to autocapetlise letters on typing on begin of a sentence
- * Add a way to put a icon for LaTeX-wizard into Geany’s main toolbar
- * Added a dialog for inserting BibTeX references based on available *.bib-files
+ * Move LaTeX-menu to a separate menu inside Geany main menu.
+ * Add a feature to auto-capitalize letters on typing on begin of a sentence.
+ * Add a way to put an icon for LaTeX-wizard into Geany’s main toolbar.
+ * Added a dialog for inserting BibTeX references based on available *.bib-files.
GeanySendMail:
- * Minor code cleanup
+ * Minor code cleanup.
Internationalisation:
* New translations:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1815
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1815&view=rev
Author: dimitrov-adrian
Date: 2011-01-09 12:54:02 +0000 (Sun, 09 Jan 2011)
Log Message:
-----------
TreeBrowser: README updated
Modified Paths:
--------------
trunk/geany-plugins/treebrowser/README
Modified: trunk/geany-plugins/treebrowser/README
===================================================================
--- trunk/geany-plugins/treebrowser/README 2011-01-09 12:48:48 UTC (rev 1814)
+++ trunk/geany-plugins/treebrowser/README 2011-01-09 12:54:02 UTC (rev 1815)
@@ -27,6 +27,7 @@
* Project following
* Basic filesystem functionality
* GTK bookmarks support
+ * Keybindings
* Filterable list
* Show content-type icons
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.