PureBasic OpenSource Projects

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 340
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

Re: PureBasic OpenSource Projects

Post by ar-s »

Thanks a lot for sharing ! :)
~Ar-S~
My Image Hoster for PB users
My webSite (french) with PB apps : LDVMULTIMEDIA
PB - 3.x / 5.7x / 6 - W11 x64 - Ryzen 7 3700x / #Rpi4

Code: Select all

r3p347 : 7ry : un71l d0n3 = 1
#NULL
Addict
Addict
Posts: 1440
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: PureBasic OpenSource Projects

Post by #NULL »

Zebuddi123 wrote:
cp -f data/ColorTable.xml /catalogs/ColorTable.xml
cp: cannot create regular file `/catalogs/ColorTable.xml': No such file or directory
make: *** [/catalogs/ColorTable.xml] Error 1

Code: Select all

HOME=$(PUREBASIC_HOME)

COLORTABLE = $(HOME)/Catalogs/ColorTable.xml

cp -f data/ColorTable.xml $(COLORTABLE)
so you probably didn't set PUREBASIC_HOME. Are you on Windows?
Joubarbe
Enthusiast
Enthusiast
Posts: 555
Joined: Wed Sep 18, 2013 11:54 am
Location: France

Re: PureBasic OpenSource Projects

Post by Joubarbe »

Thank you for that. PB needs to be more open.
zikitrake
Addict
Addict
Posts: 834
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Re: PureBasic OpenSource Projects

Post by zikitrake »

Thank you Fred and the rest of the PB team.
Great move!
Niffo
Enthusiast
Enthusiast
Posts: 500
Joined: Tue Jan 31, 2006 9:43 am
Location: France

Re: PureBasic OpenSource Projects

Post by Niffo »

What a nice news ! Will try to contribute (especially in the Form Designer) if i can find time.
Niffo
Marc56us
Addict
Addict
Posts: 1477
Joined: Sat Feb 08, 2014 3:26 pm

Re: PureBasic OpenSource Projects

Post by Marc56us »

I am amazed to see the clarity and elegance of the code produced by Fred and the team: No complication, no abuse of pointer, BindEvent, etc. :P
It's beautiful.
(I'm totally unable to change anything, but I admire it)

If I were good in coding (which will never happen, I'm still a beginner) I would like the Form Designer to be able to create PopUpMenu just like he knows how to do for menus.

That is to say, in a project, he is able not to reuse the identifiers of the other Forms to avoid conflict and that as for the menus, he also knows how to create the codes for the images (IncludeBinary / CatchImage) (Form > Image Manager)
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5342
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: PureBasic OpenSource Projects

Post by Kwai chang caine »

Yes exactely the same feeling than MARC56US :wink: , when i have see the very nice and clean code pleasant to read :shock: 8)
I asked myself, if FRED have cleaned all this code before give it open source or if it's the original way of coding ?

The second question i ask to me, it's : Is it possible to compile all or part of the PB source with our PB v5.70 actual, without compiling the C code ?

In fact it's difficult to understand for me, what is role exactely of the C source ?
Because when i see several PB sources, i recognize well the windows, gadgets of tools, like the "Ascii viewver" for example, so why it would not be possible to compile it ? :cry:
I have also see some constants is missing, but what is missing again in PB creating by the C source ?
ImageThe happiness is a road...
Not a destination
User avatar
NicTheQuick
Addict
Addict
Posts: 1224
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: PureBasic OpenSource Projects

Post by NicTheQuick »

IceSoft wrote:The forum should add a separate wish list for the open source projects too.
I think the best thing would be to use the issue tracker of Github itself. It's easier to follow than the Bug section in this board.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
User avatar
skywalk
Addict
Addict
Posts: 3972
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic OpenSource Projects

Post by skywalk »

I know everyone has a pet peeve with the IDE and mine is automation.
After light browsing github, I cannot find the "Find in files" code.
I want to determine a way to increase the list font size and understand the mechanism used to jump to the code line selected.
Is that available within the IDE open source?
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
firace
Addict
Addict
Posts: 899
Joined: Wed Nov 09, 2011 8:58 am

Re: PureBasic OpenSource Projects

Post by firace »

skywalk wrote:I know everyone has a pet peeve with the IDE and mine is automation.
After light browsing github, I cannot find the "Find in files" code.
I want to determine a way to increase the list font size and understand the mechanism used to jump to the code line selected.
Is that available within the IDE open source?

See

https://github.com/fantaisie-software/p ... dWindow.pb

https://github.com/fantaisie-software/p ... ghtning.pb

Procedure FindText (line 3617)
#NULL
Addict
Addict
Posts: 1440
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: PureBasic OpenSource Projects

Post by #NULL »

I think 'Find in Files' is
- PureBasicIDE/dialogs/Grep.xml
- PureBasicIDE/GrepWindow.pb
User avatar
skywalk
Addict
Addict
Posts: 3972
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic OpenSource Projects

Post by skywalk »

Yes! I was just looking at GrepWindow...that's the puppy!
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Fred
Administrator
Administrator
Posts: 16617
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic OpenSource Projects

Post by Fred »

This is the complete code, so everything should be included
#NULL
Addict
Addict
Posts: 1440
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: PureBasic OpenSource Projects

Post by #NULL »

Is it possible to share values for PB_GCC_ANSI, PB_OPT_SPEED and PB_GCC to compile the c files on linux? Include paths etc might be system dependent, but just to get the general idea of the gcc flags used etc.
fryquez
Enthusiast
Enthusiast
Posts: 362
Joined: Mon Dec 21, 2015 8:12 pm

Re: PureBasic OpenSource Projects

Post by fryquez »

Thanks a lot for sharing the code with us :D

Maybe the PUREBASIC PUBLIC SVN should be added to github as well.
Post Reply