<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: COBOL editor for VMS with colors in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761071#M41278</link>
    <description>&amp;gt;Both Eclipse &amp;amp; Vim are open source project, and I am looking for a IT company that sells products for Open VMS, and can implement the editor in my organization , and support it afterwards. &lt;BR /&gt;&lt;BR /&gt;eCube Systems offers a commercial IDE for VMS.&lt;BR /&gt;</description>
    <pubDate>Sun, 06 Mar 2011 15:31:14 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2011-03-06T15:31:14Z</dc:date>
    <item>
      <title>COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761059#M41266</link>
      <description>Can somebody help me find a colorful COBOL editor for Open VMS, or tell me if I can alter an existing LSE Editor that I use , so it will show the text with colors. &lt;BR /&gt;Thanks a lot</description>
      <pubDate>Thu, 03 Mar 2011 19:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761059#M41266</guid>
      <dc:creator>Notilus</dc:creator>
      <dc:date>2011-03-03T19:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761060#M41267</link>
      <description>&lt;!--!*#--&gt;I know nothing, but have you looked at Vim?</description>
      <pubDate>Thu, 03 Mar 2011 19:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761060#M41267</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-03-03T19:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761061#M41268</link>
      <description>Hmmm, COBOL in colour, hard to get my head around that. COBOL is just so monochrome. Almost like seeing Charlie Chaplin in colour.&lt;BR /&gt;&lt;BR /&gt;That said, Notepad++ running on a PC has a mechanism for specifying how to colour source code, and includes a COBOL module.</description>
      <pubDate>Thu, 03 Mar 2011 23:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761061#M41268</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2011-03-03T23:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761062#M41269</link>
      <description>I believe both NetBeans and Eclipse have COBOL plug-ins.</description>
      <pubDate>Thu, 03 Mar 2011 23:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761062#M41269</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2011-03-03T23:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761063#M41270</link>
      <description>Depending on the VMS version and platform you can use Pathworks or CIFS/Samba and present a share to an alternate workstation allowing you to use your favorite editor.&lt;BR /&gt;&lt;BR /&gt;If the editor support opening a file via ftp that may be a possible option.  &lt;BR /&gt;&lt;BR /&gt;I favor Epsilon as my editor of choice, &lt;A href="http://www.lugaru.com." target="_blank"&gt;http://www.lugaru.com.&lt;/A&gt;  There are add in modes available for languages, including DCL which work well.  COBOL isn't included, but it wouldn't be difficult to update an existing mode.  The right incentive would even make the project fun.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Mar 2011 00:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761063#M41270</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2011-03-04T00:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761064#M41271</link>
      <description>Hi Notilus,&lt;BR /&gt;See: &lt;A href="http://vim.wikia.com/wiki/Cobol_editing_with_Vim" target="_blank"&gt;http://vim.wikia.com/wiki/Cobol_editing_with_Vim&lt;/A&gt; . As suggested by steve vim does include syntax highlighting for COBOL.  &lt;BR /&gt;&lt;BR /&gt;An easy way (not the most efficient, but should suffice for most purposes) to write a syntax highlighting component for windows is by sub classing the rich edit control. You can also make use of existing components like GtkSourceView and Scintilla as well. Another C++ based library is colorer. See :&lt;A href="http://colorer.sourceforge.net/sshots/index.html" target="_blank"&gt;http://colorer.sourceforge.net/sshots/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--Lucifer</description>
      <pubDate>Fri, 04 Mar 2011 09:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761064#M41271</guid>
      <dc:creator>Lucifer Megacruel</dc:creator>
      <dc:date>2011-03-04T09:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761065#M41272</link>
      <description>&lt;P&gt;I had a related question in another thread for C language (see &lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/Language-Sensitive-Editor-or-C-language-filter-recommendations/m-p/5275275#M12810" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/Language-Sensitive-Editor-or-C-language-filter-recommendations/m-p/5275275#M12810&lt;/A&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1471062)" target="_blank"&gt;)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I learned that notepad++, which is free open source, has a plugin that will use FTP to transfer files to/from a remote system.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, notepad++ generates an access violation after connecting to OpenVMS due to an unexpected syntax for directories. Since the source code is freely available, it would be conceivable to modify the code to support OpenVMS. I am playing with it, but I may not have the skills to succeed in this. The plugin is written in C++. I will post a note if this somehow happens.&lt;BR /&gt;&lt;BR /&gt;Having said that, one could certainly use any tool that one wants, external to the editor to FTP files.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2011 20:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761065#M41272</guid>
      <dc:creator>tsgdavid</dc:creator>
      <dc:date>2011-08-25T20:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761066#M41273</link>
      <description>You can install hgftp on the vms server, using an alternate ip port. Hgftp can supply the listings in a format that other applications may understand.&lt;BR /&gt;&lt;BR /&gt;Jur.</description>
      <pubDate>Fri, 04 Mar 2011 16:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761066#M41273</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2011-03-04T16:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761067#M41274</link>
      <description>Jur &amp;gt;&amp;gt;You can install hgftp on the vms server, using an alternate ip port. Hgftp can supply the listings in a format that other applications may understand&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;HGFTP looks pretty interesting, but I gather that this server is only for VMS systems that do not have an FTP server or who would choose to use this instead of the one that they have?&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 04 Mar 2011 16:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761067#M41274</guid>
      <dc:creator>tsgdavid</dc:creator>
      <dc:date>2011-03-04T16:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761068#M41275</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] but I gather [...]&lt;BR /&gt;&lt;BR /&gt;Re-gather the part about "using an alternate&lt;BR /&gt;ip port".</description>
      <pubDate>Fri, 04 Mar 2011 17:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761068#M41275</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-03-04T17:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761069#M41276</link>
      <description>&amp;gt;HGFTP looks pretty interesting, but I gather that this server is only for VMS systems that do not have an FTP server or who would choose to use this instead of the one that they have?&lt;BR /&gt;&lt;BR /&gt;HGFTP can be a better choice than the stock TCP/IP Services FTP client simply given that HGFTP is more compatible with and can more easily interoperate with one of the most common FTP clients in existence, where the stock FTP client doesn't.  This is the Microsoft FTP client.&lt;BR /&gt;&lt;BR /&gt;The stock FTP client is arguably technically correct in its interpretation of the FTP specifications, and the high-volume FTP client is arguably technically incorrect, but neither of the FTP providers involved here have budged from this deadlock in a decade or more.&lt;BR /&gt;&lt;BR /&gt;And yes, if you don't want to simply disable the stock client, you can run HGFTP on an alternate port.&lt;BR /&gt;&lt;BR /&gt;Or get sftp going, and stop sending cleartext passwords around your network.</description>
      <pubDate>Fri, 04 Mar 2011 17:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761069#M41276</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-03-04T17:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761070#M41277</link>
      <description>Thanks for all the replies, &lt;BR /&gt;&lt;BR /&gt;Both Eclipse &amp;amp; Vim are open source project, and I am looking for a IT company that sells products for Open VMS, and can implement the editor in my organization , and support it afterwards. &lt;BR /&gt;&lt;BR /&gt;I have already posted a question to Laguru company about their Epsilon editor to get some more details about working with Epsilon on VMS.</description>
      <pubDate>Sun, 06 Mar 2011 06:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761070#M41277</guid>
      <dc:creator>Notilus</dc:creator>
      <dc:date>2011-03-06T06:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL editor for VMS with colors</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761071#M41278</link>
      <description>&amp;gt;Both Eclipse &amp;amp; Vim are open source project, and I am looking for a IT company that sells products for Open VMS, and can implement the editor in my organization , and support it afterwards. &lt;BR /&gt;&lt;BR /&gt;eCube Systems offers a commercial IDE for VMS.&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Mar 2011 15:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cobol-editor-for-vms-with-colors/m-p/4761071#M41278</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-03-06T15:31:14Z</dc:date>
    </item>
  </channel>
</rss>

