SF.net SVN: geany:[5306] trunk/HACKING
ntrel at users.sourceforge.net
ntrel at xxxxx
Wed Oct 20 12:11:07 UTC 2010
Revision: 5306
http://geany.svn.sourceforge.net/geany/?rev=5306&view=rev
Author: ntrel
Date: 2010-10-20 12:11:07 +0000 (Wed, 20 Oct 2010)
Log Message:
-----------
Add 3 bugs to watch out for.
Modified Paths:
--------------
trunk/HACKING
Modified: trunk/HACKING
===================================================================
--- trunk/HACKING 2010-10-20 11:49:50 UTC (rev 5305)
+++ trunk/HACKING 2010-10-20 12:11:07 UTC (rev 5306)
@@ -254,8 +254,11 @@
---------------------
* Forgetting to check *doc->is_valid* when looping through
*documents_array* - instead use *foreach_document()*.
+* Inserting fields into structs in the plugin API instead of appending.
* Not breaking the plugin ABI when necessary.
* Using an idle callback that doesn't check main_status.quitting.
+* Forgetting CRLF line endings on Windows.
+* Not handling Tabs/Spaces indent mode.
Libraries
---------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list