Re: [Harbour] Re: QScintilla - Harbour Port

2010-05-17 Thread Antonio Maniero
Reading the QScintilla code and the Notepad++ code, I had some ideas. In future if HbIDE fails to fit my needs and I still wants more than Notepad++ or another general code editor, I could write a full featured code editor specific to Harbour programmers (based on Scintilla/NP++ or from scratch us

[Harbour] Re: QScintilla - Harbour Port

2010-05-17 Thread Pritpal Bedi
Xavi-2 wrote: > >> http://hbide.vouch.info/downloads/QScintilla.zip > > It's recommendable update the component with their respective original > sources. ;) > > http://scintilla.cvs.sourceforge.net/viewvc/scintilla/scintilla/include/SciLexer.h?revision=1.176&view=markup > http://scintilla.cvs.

Re: [Harbour] Re: QScintilla - Harbour Port

2010-05-16 Thread Antonio Maniero
> > QScintilla is a class just like QTextEdit or QPlainTextEdit with many more > methods to manage text files supporting multiple lexers. Basically it > replaces > underlying document handlling and editing widgets of Qt. Nothing more... > > Exactly, lexer, document handling and editing widgets, all

Re: [Harbour] Re: QScintilla - Harbour Port

2010-05-16 Thread Viktor Szakáts
>> Did you build wrappers to access QScintilla directly by .prg code? >> > > No. As said earlier, to write wrappers to this class I need it be part > of hbQT anyway. All alone it can only be used in a restricted manner. Rather it needs to have separate wrapper lib, which references QT libs and

[Harbour] Re: QScintilla - Harbour Port

2010-05-16 Thread Pritpal Bedi
Antonio Maniero wrote: > > I hate heavy-weighted software then I gone to read QScintilla. Like the > original Scintilla, seems to be a good piece of software and as > light-weighted as possible to a full feature editor platform. Maybe > dependencies could be a problem, I don't know. > QScintil

Re: [Harbour] Re: QScintilla - Harbour Port

2010-05-16 Thread Viktor Szakáts
>> It's foreign source, and quite large, so please don't >> upload it to Harbour SVN. >> >> I'd suggest to post build instructions inside contrib/hbide/qscintilla >> directory and if a wrapper class is needed add it >> to contrib/hbide/hbqscintilla. >> > > As hbide counterpart, it is not enou

Re: [Harbour] Re: QScintilla - Harbour Port

2010-05-16 Thread Antonio Maniero
> > > Few months back I had played with this code and found > that it can be useful. But due to its heavyness and a lot > of interdependancy, I stayed with hbqt_qplaintextedit.cpp. > > > I hate heavy-weighted software then I gone to read QScintilla. Like the original Scintilla, seems to be a good p

[Harbour] Re: QScintilla - Harbour Port

2010-05-16 Thread Pritpal Bedi
Viktor Szakáts wrote: > > It's foreign source, and quite large, so please don't > upload it to Harbour SVN. > > I'd suggest to post build instructions inside contrib/hbide/qscintilla > directory and if a wrapper class is needed add it > to contrib/hbide/hbqscintilla. > As hbide counterpart