PureBasic 3.94 Beta 4 for Windows released

Developed or developing a new product in PureBasic? Tell the world about it.
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Well, the manual popup (Ctrl+Space) does always work. The automatic popup is fixed at 3 characters for now.

Do you really want that window to popup on every character you type ? I'd find that quite annoying.

> source reformat, yes please

Not for now. But it could be easily done through an external tool.
quidquid Latine dictum sit altum videtur
User avatar
IceSoft
Addict
Addict
Posts: 1695
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

freak wrote:...Not for now. But it could be easily done through an external tool.
It's called jaPBe :wink:
Belive! C++ version of Puzzle of Mystralia
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Automatic source formating is evil anyway :P
quidquid Latine dictum sit altum videtur
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> the manual popup (Ctrl+Space) does always work

I didn't know of this keyboard shortcut... is there a list of these somewhere?
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Open the Preferences and go to the "Shortcuts" section.
At the bottom of the list are the few shortcuts that do not correspond to a Menu item.

They are also mentioned in the help for the IDE, which i am currently writing.
quidquid Latine dictum sit altum videtur
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: PureBasic 3.94 Beta 4 for Windows released

Post by freak »

Hey guys, nobody has a good looking color setting to include in the IDE default colors ?
So far i have only received 1 answer to this.

Read here:
freak wrote:You may notice in the Preferences (color settings) a disabled combobox named "Default Color schemes"
The reason why it is disabled is because we do not have any yet ;)
So if you think your colors are good and unique, feel free to export them
(with the new import/export option) and send them to me too.. maybe it will be included.
(we will only add a small number there though)
Come on, not everybody's color seetings can be as ugly as mine, so bring them on... :D

(you can send the settings per email, send me a PM, or post them here)
quidquid Latine dictum sit altum videtur
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

And after, when wil the final package be out? :?:
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
akee
Enthusiast
Enthusiast
Posts: 498
Joined: Wed Aug 18, 2004 9:52 am
Location: Penang, Malaysia

Post by akee »

Looks like a lot of people are waiting for this release... including me... :lol:
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Post by GedB »

Code reformatting isn't so important.

jaPBe doesn't do it so well.

I like to indent blocks of code like between the StartDrawing() and StopDrawing() but it keeps changing my indents. :x
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

GedB wrote:I like to indent blocks of code like between the StartDrawing() and StopDrawing()
I was wondering if something similar to the (pretty darn nifty) ability for users to add "folding" keywords could be used. So another option in preferences could be used for indents/unindents. Perhaps a list like:
  • ----------------------------------------
    IndentLinesAfterDisplaying:
    StartDrawing,If,ElseIf,Else,Select
    ----------------------------------------
    UnIndentBeforeDisplaying:
    StopDrawing,ElseIf,Else,EndIf,EndSelect
    ----------------------------------------
But not a priority thing, methinks. But maybe something like this for the next release? Or even as an out-of-release-cycle update after all the important stuff is put away. :)
@}--`--,-- A rose by any other name ..
jacobmp92
User
User
Posts: 26
Joined: Mon May 16, 2005 2:30 am
Location: Ohio > USA
Contact:

Post by jacobmp92 »

Dare2 wrote:
GedB wrote:I like to indent blocks of code like between the StartDrawing() and StopDrawing()
I was wondering if something similar to the (pretty darn nifty) ability for users to add "folding" keywords could be used. So another option in preferences could be used for indents/unindents. Perhaps a list like:
  • ----------------------------------------
    IndentLinesAfterDisplaying:
    StartDrawing,If,ElseIf,Else,Select
    ----------------------------------------
    UnIndentBeforeDisplaying:
    StopDrawing,ElseIf,Else,EndIf,EndSelect
    ----------------------------------------
But not a priority thing, methinks. But maybe something like this for the next release? Or even as an out-of-release-cycle update after all the important stuff is put away. :)
Its not that hard to write a tool for that. I think I will do it right now.
PB 3.94
Truth_Seeker
Enthusiast
Enthusiast
Posts: 145
Joined: Tue Mar 01, 2005 8:41 pm
Location: Near a Computer

Re: PureBasic 3.94 Beta 4 for Windows released

Post by Truth_Seeker »

freak wrote:Hey guys, nobody has a good looking color setting to include in the IDE default colors ?
So far i have only received 1 answer to this.

Read here:
freak wrote:You may notice in the Preferences (color settings) a disabled combobox named "Default Color schemes"
The reason why it is disabled is because we do not have any yet ;)
So if you think your colors are good and unique, feel free to export them
(with the new import/export option) and send them to me too.. maybe it will be included.
(we will only add a small number there though)
Come on, not everybody's color seetings can be as ugly as mine, so bring them on... :D

(you can send the settings per email, send me a PM, or post them here)

Maybe they are, maybe they arnt :wink:. Here are mine:

Code: Select all

;
;Color settings
;
[Colors]
ASMKeywordColor = RGB(168, 176, 253)
BackgroundColor = RGB(34, 85, 136)
BasicKeywordColor = RGB(170, 255, 255)
CommentColor = RGB(255, 238, 0)
ConstantColor = RGB(255, 255, 232)
LabelColor = RGB(255, 255, 255)
NormalTextColor = RGB(255, 255, 255)
NumberColor = RGB(255, 255, 255)
OperatorColor = RGB(255, 255, 255)
PointerColor = RGB(172, 255, 170)
PureKeywordColor = RGB(170, 255, 255)
SeparatorColor = RGB(255, 255, 255)
StringColor = RGB(0, 255, 102)
StructureColor = RGB(255, 187, 187)
LineNumberColor = RGB(224, 224, 224)
LineNumberBackColor = RGB(44, 95, 156)
MarkerColor = RGB(0, 170, 170)
CurrentLineColor = RGB(51, 126, 202)
CursorColor = RGB(255, 255, 255)
SelectionColor = RGB(221, 170, 119)
SelectionFrontColor = RGB(0, 0, 0)
Debugger_LineColor = RGB(232, 232, 255)
Debugger_ErrorColor = RGB(255, 0, 0)
Debugger_BreakPointColor = RGB(255, 208, 0)
Debugger_LineSymbolColor = RGB(232, 232, 255)
Debugger_ErrorSymbolColor = RGB(255, 0, 0)
Debugger_BreakpoinSymbolColor = RGB(255, 208, 0)
ToolsPanel_FrontColor = RGB(255, 255, 255)
ToolsPanel_BackColor = RGB(34, 85, 136)
Thanks
Truth Seeker
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

IceSoft wrote:
freak wrote:...Not for now. But it could be easily done through an external tool.
It's called jaPBe :wink:
Yeah, but the author havent fixed up the auto-formating bugs in jaPBe for several versions now :)

Come to think of it, he's been quite quiet concerning jaPBe recently .. hrm ...
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Shannara wrote:
IceSoft wrote:
freak wrote:...Not for now. But it could be easily done through an external tool.
It's called jaPBe :wink:
Yeah, but the author havent fixed up the auto-formating bugs in jaPBe for several versions now :)

Come to think of it, he's been quite quiet concerning jaPBe recently .. hrm ...
Perhaps he got tired of all the put-downs and went away?
@}--`--,-- A rose by any other name ..
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Probably, though Ive search under jaPBe, and havent noticed any? Unless Im missing something.
(edit): Actually, I think i found the thread your referring to? Ref: viewtopic.php?t=16186&highlight=japbe
Post Reply