Would you use this IDE?

Everything else that doesn't fall into one of the other PB categories.
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

That shade of yellow reminds me of my bedroom wall when I was 5. My dad was right about wall colouring "you can't go wrong with white" :P
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

pdwyer wrote:if you support a split code screen then I'm very interested.
I'll look into it. I've been copying structures into notepad (and dragging it to my 2nd monitor) when I really need to look at them while coding. Was thinking of just making a notes panel. But this would do the trick too
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
User avatar
the.weavster
Addict
Addict
Posts: 1583
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

pdwyer wrote:My dad was right about wall colouring "you can't go wrong with white"
I think it was Stephen Fry that said: "If Michelangelo had been straight the ceiling of the Sistine chapel would have been painted with white emulsion."
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

It may still not be 100% usable, but I've made quite an amount of progress.
First post has been updated.
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
SkyManager
Enthusiast
Enthusiast
Posts: 339
Joined: Tue Jan 30, 2007 5:47 am
Location: Hong Kong

Crash with error on my PB4.3 (win32)

Post by SkyManager »

Just try to run and have a look, but reported error :

Code: Select all

Line 77: With 'EnableExplicit', variables have to be declared: ret
It stops at

Code: Select all

SHGetFolderPathW(#Null, #CSIDL_APPDATA, #Null, #SHGFP_TYPE_CURRENT, @ret)
The procedure is : Procedure.s GetPrefsDir()
The file is : global helpers.pb

Any clue for me to correct this?
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

do an 'svn update' (or redownload the tar)
Sorry; I get lazy when I'm the only one committing to a repo.
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
SkyManager
Enthusiast
Enthusiast
Posts: 339
Joined: Tue Jan 30, 2007 5:47 am
Location: Hong Kong

Post by SkyManager »

Looks like that there is only one tar file.

Is this the correct link?
http://duplicapbe.svn.sourceforge.net/v ... z?view=tar

If not, could you please update me (or us) the latest link?
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

yes, that link should give you a tar of the latest code in SVN.
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

imho the PB IDE is great. :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

DoubleDutch wrote:imho the PB IDE is great. :)
The main reason for making this is so I can compile to x86 or x64 from the one IDE.
plus I've added some other things. e.g. when pasting code, it will auto reformat the indentation.
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Post by eddy »

Code: Select all

I would have modified that, but it still seems to be coded in PB 3.94! 
I had the same idea. :)

I can't compile the windows version. There are some OS specific codes.
Did I miss something ?
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

it should work.
what exactly is the error you're getting?
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Post by eddy »

I tried to compile Duplicapbe.pb


PB compiler didn't found this function : ReadProgString_Ascii (procedure : GetCompilerString / file : compiler helpers.pb)
Last edited by eddy on Sun May 10, 2009 1:36 pm, edited 1 time in total.
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

you need to TailBite readit.pb in ascii mode.
its a workaround because ReadProgramString waits for a unicode string when compiled in unicode mode, when it needs to look for ascii.

I'll probably implement it as ASM inside the code sometime soon. (and perhaps it won't be an issue in PB4.40)

PM me with an email if you want me to send you the x64 lib
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Post by eddy »

I have x86 machine. Does I need x64 lib ?
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
Post Reply