Sun, 11 Jan 2009 07:15:51 +0100Automated merge
ffjre@netbeans.org [Sun, 11 Jan 2009 07:15:51 +0100] rev 17009
Automated merge

Sun, 11 Jan 2009 06:27:19 +0300Automated merge with http://hg.netbeans.org/main
sergeyp@netbeans.org [Sun, 11 Jan 2009 06:27:19 +0300] rev 17008
Automated merge with http://hg.netbeans.org/main

Fri, 09 Jan 2009 16:11:28 +0100Automated merge
ffjre@netbeans.org [Fri, 09 Jan 2009 16:11:28 +0100] rev 17007
Automated merge

Fri, 09 Jan 2009 15:01:22 +0100Automated merge
ffjre@netbeans.org [Fri, 09 Jan 2009 15:01:22 +0100] rev 17006
Automated merge

Fri, 09 Jan 2009 07:18:03 +0100Automated merge
ffjre@netbeans.org [Fri, 09 Jan 2009 07:18:03 +0100] rev 17005
Automated merge

Fri, 09 Jan 2009 04:21:17 +0100Automated merge
ffjre@netbeans.org [Fri, 09 Jan 2009 04:21:17 +0100] rev 17004
Automated merge

Thu, 08 Jan 2009 13:18:59 +0100Automated merge
ffjre@netbeans.org [Thu, 08 Jan 2009 13:18:59 +0100] rev 17003
Automated merge

Fri, 09 Jan 2009 11:43:03 +0100Automated merge with http://hg.netbeans.org/main
Erno Mononen <emononen@netbeans.org> [Fri, 09 Jan 2009 11:43:03 +0100] rev 17002
Automated merge with http://hg.netbeans.org/main

Thu, 08 Jan 2009 19:32:21 -0800Misc code completion fixes and test updates
Tor Norbye <tor@netbeans.org> [Thu, 08 Jan 2009 19:32:21 -0800] rev 17001
Misc code completion fixes and test updates

Thu, 08 Jan 2009 16:17:21 -0800Lots of Python editing improvements. (Details below.)
Tor Norbye <tor@netbeans.org> [Thu, 08 Jan 2009 16:17:21 -0800] rev 17000
Lots of Python editing improvements. (Details below.)
- Most significantly, I improved the stub generation for several of the core objects in Python (strings, tuples, integers, floats, lists, etc). They are now included in the index, along with documentation (both from other RST files when possible, as well as generated by running the python interpreter and parsing the __doc__ attributes). I also added since-2.6 info to some of the new attributes.
- Add support for type definition comments for variables
- Add a "Specify Type" code completion item for simple identifiers to let you specify the types of variables
- Handle functions with multiple signatures in the RST file (adds lots of missing apis to various objects)
- Sort internal items (__foo__) down below the smart completion separator
- Update bundled documentation from 2.6 to 2.6.1.
- Fix documentation lookup (when searching for __init__ look for the corresponding class documentation if possible)

Some other misc fixes and test updates.