Would you use this IDE?
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" 
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
“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

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
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 toopdwyer wrote:if you support a split code screen then I'm very interested.
Demonio Ardente
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
- the.weavster
- Addict

- Posts: 1583
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
-
lexvictory
- Addict

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
-
SkyManager
- Enthusiast

- Posts: 339
- Joined: Tue Jan 30, 2007 5:47 am
- Location: Hong Kong
Crash with error on my PB4.3 (win32)
Just try to run and have a look, but reported error :
It stops at
The procedure is : Procedure.s GetPrefsDir()
The file is : global helpers.pb
Any clue for me to correct this?
Code: Select all
Line 77: With 'EnableExplicit', variables have to be declared: retCode: Select all
SHGetFolderPathW(#Null, #CSIDL_APPDATA, #Null, #SHGFP_TYPE_CURRENT, @ret)
The file is : global helpers.pb
Any clue for me to correct this?
-
lexvictory
- Addict

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
-
SkyManager
- Enthusiast

- Posts: 339
- Joined: Tue Jan 30, 2007 5:47 am
- Location: Hong Kong
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?
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

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
- DoubleDutch
- Addict

- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
imho the PB IDE is great. 
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
-
lexvictory
- Addict

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
The main reason for making this is so I can compile to x86 or x64 from the one IDE.DoubleDutch wrote:imho the PB IDE is great.
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!
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Code: Select all
I would have modified that, but it still seems to be coded in PB 3.94! I can't compile the windows version. There are some OS specific codes.
Did I miss something ?
win10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool-
lexvictory
- Addict

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
I tried to compile Duplicapbe.pb
PB compiler didn't found this function : ReadProgString_Ascii (procedure : GetCompilerString / file : compiler helpers.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.
win10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool-
lexvictory
- Addict

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
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
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!
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!