Source code editor based on xBrowse

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Source code editor based on xBrowse

Post by Otto »

Hello,

I'm wondering if it makes sense to build a source code editor based on xBrowse.

I've done a small test program and am amazed by how performant xBrowse works as an editor.

The benefits I see are that you can link to every source code line actions like:
documentation, the status of the program line like source tested, date and time,
open a dialog eg autocode to edit the line, different fonts in a line, wordlists with action, eg format in practice all you can think.
Especially for mod harbour, we need wordlists for harbour, html and javascript simultaneous.

And as many of us are beginners with html and js much documentation is needed.

What do you think.

Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Source code editor based on xBrowse

Post by Antonio Linares »

Dear Otto,

Could you provide some screenshots or a video ? thanks

> small test program

Could we review it ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: Source code editor based on xBrowse

Post by Silvio.Falconi »

on Ca-Clipper there was a test make it but then the dbf are too big to manage
I think it can be made with array , wich is the limit for an array ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply