summaryrefslogtreecommitdiff
path: root/src/proto/netbeans.pro
AgeCommit message (Collapse)Author
2016-04-30patch 7.4.1811Bram Moolenaar
Problem: Netbeans channel gets garbage collected. Solution: Set reference in nb_channel.
2016-01-27patch 7.4.1187Bram Moolenaar
Problem: MS-Windows channel code only supports one channel. Doesn't build without netbeans support. Solution: Get the channel index from the socket in the message. Closes #600.
2016-01-26patch 7.4.1182Bram Moolenaar
Problem: Still socket code intertwined with netbeans. Solution: Move code from netbeans.c to channel.c
2016-01-24patch 7.4.1169Bram Moolenaar
Problem: The socket I/O is intertwined with the netbeans code. Solution: Start refactoring the netbeans communication to split off the socket I/O. Add the +channel feature.
2016-01-19patch 7.4.1133Bram Moolenaar
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
2010-06-26Various small fixes from Dominique Pelle.Bram Moolenaar
2010-05-22Add :nbstart and :nbclose.Bram Moolenaar
2010-05-22Included the patch to support netbeans in a terminal.Bram Moolenaar
2010-01-19updated for version 7.2.334Bram Moolenaar
Problem: Postponing keys in Netbeans interface does not work properly. Solution: Store the key string instead of the number. Avoid an infinite loop. (Mostly by Xavier de Gaye)
2009-01-06updated for version 7.2-079Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-03-24updated for version 7.0bBram Moolenaar
2005-06-21updated for version 7.0089Bram Moolenaar
2005-03-07updated for version 7.0057Bram Moolenaar
2004-10-24updated for version 7.0020Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar