Page 1 of 2
Libs : scintilla gadget
Posted: Fri Jul 14, 2006 3:34 pm
by eddy
[PB 3.94] Download library :
ScintillaGadget.zip ( Extract to your PB folder and restart your PB compiler. )
Features:
- init DLL library & export scintilla internal variable
- use gadget
- load source ( loading file + AppendMode )
- save source ( saving file )
- copy source ( clone gadget text )
- set popupmenu
- set tabstops mode
- set lexer
- mouse pan (intellimouse features)
- new specific EventTypes ( SCI_EventType_Focus, SCI_EventType_LeftClick,... )
- ADDED : doc
- ADDED : example

Posted: Fri Jul 14, 2006 3:40 pm
by White Eagle
WOW

Thank you very much Eddy! This will be very useful.
Posted: Fri Jul 14, 2006 3:58 pm
by srod
Nice. Thanks.
Posted: Fri Jul 14, 2006 4:43 pm
by flaith
---------------------------
PureBasic
---------------------------
Ligne 57: SCI_SetUseTabs() is not a function, an array, or a linked list
---------------------------
OK
---------------------------

Posted: Fri Jul 14, 2006 5:34 pm
by eddy
SCI_SetUseTabs() is a scintilla internal command.
You must enable the JAPBE scintilla lib, especially if you want to code your own lexer.
ToDo:
-------
- SciDefaultMargin( mode,...,updateAllGadgets )
- SciDefaultTabbing( mode,...,updateAllGadgets )
- SciDefaultFolding( mode,...,updateAllGadgets )
- optional parameter for SciGadget
Code: Select all
SciGadget(ID,x,y,w,h,flags) flags ???
Posted: Fri Jul 14, 2006 6:16 pm
by flaith
as i don't use japbe i understand why, thanks

Posted: Mon Aug 28, 2006 7:50 am
by Beach
The link provided is not working. Does anyone have a copy? I would like to try it out. Also, are there any plans for a PB 4 version?
Thanks.
-Beach
Posted: Mon Aug 28, 2006 8:37 pm
by eddy
Doh! ... coder workshop website is down.
Posted: Sun Sep 03, 2006 2:34 pm
by Andre
Beach wrote:The link provided is not working. Does anyone have a copy?
Just take a look to the UserLibs section on
www.PureArea.net 
Posted: Sun Sep 03, 2006 5:35 pm
by Beach
Thanks Andre. I should have looked there first. Thank you for providing this service.
-Beach
Posted: Sun Sep 24, 2006 4:47 am
by Shannara
Any chance for a PB4 version?
Posted: Thu Sep 28, 2006 11:30 am
by eddy
I plan to code a gadget with full support of PB4 commands ( SetGadgetState GetGadgetState GadgetAttribute etc ....).
But I hesitate to code in PB4 because I need stable tool to compile my libs.
All have done are still in alpha.
Posted: Wed Nov 29, 2006 2:52 pm
by Progi1984
Some news ?
Posted: Fri Dec 01, 2006 9:31 am
by eddy
why do you need this one ?
There's already a new scintilla lib for PB4.
Posted: Fri Dec 08, 2006 4:42 pm
by Progi1984
Excuse me ! I see PB 3.94 in the high of the topic !