comparison runtime/doc/netbeans.txt @ 20087:b378f860d4ab v8.2.0599

patch 8.2.0599: Netbeans interface insufficiently tested Commit: https://github.com/vim/vim/commit/173d841e86cf205d8e398091b1da7bb4951714f9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 19 14:02:26 2020 +0200 patch 8.2.0599: Netbeans interface insufficiently tested Problem: Netbeans interface insufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5921)
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Apr 2020 14:15:04 +0200
parents af69c9335223
children bd021eb62e73
comparison
equal deleted inserted replaced
20086:4c19b9038b6b 20087:b378f860d4ab
38 classical TCP socket. There is no dependency on Java or NetBeans. Any language 38 classical TCP socket. There is no dependency on Java or NetBeans. Any language
39 or environment providing a socket interface can control Vim using this 39 or environment providing a socket interface can control Vim using this
40 protocol. There are existing implementations in C, C++, Python and Java. The 40 protocol. There are existing implementations in C, C++, Python and Java. The
41 name NetBeans is kept today for historical reasons. 41 name NetBeans is kept today for historical reasons.
42 42
43 Current projects using the NetBeans protocol of Vim are: 43 Active project using the NetBeans protocol of Vim:
44 - VimIntegration, description of various projects doing Vim Integration: 44 - Eclim, http://eclim.org/
45
46 VimIntegration, description of various projects doing Vim Integration:
45 http://www.freehackers.org/VimIntegration 47 http://www.freehackers.org/VimIntegration
46 - Agide, an IDE for the AAP project, written in Python: 48
47 http://www.a-a-p.org 49 Projects using the NetBeans protocol of Vim are or were:
50 - Agide, an IDE for the AAP project, written in Python (now replaced by
51 |:Termdebug|): http://www.a-a-p.org
48 - Clewn, a gdb integration into Vim, written in C: 52 - Clewn, a gdb integration into Vim, written in C:
49 http://clewn.sourceforge.net/ 53 http://clewn.sourceforge.net/
50 - Pyclewn, a gdb integration into Vim, written in Python: 54 - Pyclewn, a gdb integration into Vim, written in Python:
51 http://pyclewn.sourceforge.net/ 55 http://pyclewn.sourceforge.net/
56 - VimWrapper, library to easy Vim integration into IDE:
57 http://www.freehackers.org/VimWrapper
58 Outdated projects (links don't work):
52 - VimPlugin, integration of Vim inside Eclipse: 59 - VimPlugin, integration of Vim inside Eclipse:
53 http://vimplugin.sourceforge.net/wiki/pmwiki.php 60 http://vimplugin.sourceforge.net/wiki/pmwiki.php
54 - PIDA, IDE written in Python integrating Vim: 61 - PIDA, IDE written in Python integrating Vim:
55 http://pida.co.uk/ 62 http://pida.co.uk/
56 - VimWrapper, library to easy Vim integration into IDE:
57 http://www.freehackers.org/VimWrapper
58 63
59 Check the specific project pages to see how to use Vim with these projects. 64 Check the specific project pages to see how to use Vim with these projects.
60 65
61 An alternative is to use a channel, see |channel|. 66 An alternative is to use a channel, see |channel|.
62 67
459 to be guarded. 464 to be guarded.
460 465
461 initDone Mark the buffer as ready for use. Implicitly makes the buffer 466 initDone Mark the buffer as ready for use. Implicitly makes the buffer
462 the current buffer. Fires the BufReadPost autocommand event. 467 the current buffer. Fires the BufReadPost autocommand event.
463 468
464 insertDone 469 insertDone starteol readonly
465 Sent by Vim Controller to tell Vim an initial file insert is 470 Sent by Vim Controller to tell Vim an initial file insert is
466 done. This triggers a read message being printed. Prior to 471 done. This triggers a read message being printed. If
467 version 2.3, no read messages were displayed after opening a 472 "starteol" is "F" then the last line doesn't have a EOL. If
468 file. New in version 2.3. 473 "readonly" is "T" then the file is marked as readonly. Prior
474 to version 2.3, no read messages were displayed after opening
475 a file. New in version 2.3.
469 476
470 moveAnnoToFront serNum 477 moveAnnoToFront serNum
471 Not implemented. 478 Not implemented.
472 479
473 netbeansBuffer isNetbeansBuffer 480 netbeansBuffer isNetbeansBuffer