Page 2 of 3

Posted: Wed Aug 03, 2005 1:00 pm
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.

Posted: Wed Aug 03, 2005 1:09 pm
by IceSoft
freak wrote:...Not for now. But it could be easily done through an external tool.
It's called jaPBe :wink:

Posted: Wed Aug 03, 2005 1:13 pm
by freak
Automatic source formating is evil anyway :P

Posted: Wed Aug 03, 2005 1:14 pm
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?

Posted: Wed Aug 03, 2005 1:51 pm
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.

Re: PureBasic 3.94 Beta 4 for Windows released

Posted: Mon Aug 08, 2005 1:40 pm
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)

Posted: Mon Aug 08, 2005 2:32 pm
by Gansta93
And after, when wil the final package be out? :?:

Posted: Mon Aug 08, 2005 3:05 pm
by akee
Looks like a lot of people are waiting for this release... including me... :lol:

Posted: Mon Aug 08, 2005 3:17 pm
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

Posted: Mon Aug 08, 2005 4:02 pm
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. :)

Posted: Mon Aug 08, 2005 4:14 pm
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.

Re: PureBasic 3.94 Beta 4 for Windows released

Posted: Mon Aug 08, 2005 6:44 pm
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)

Posted: Tue Aug 09, 2005 2:04 am
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 ...

Posted: Tue Aug 09, 2005 2:08 am
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?

Posted: Tue Aug 09, 2005 3:16 am
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