PureBasic 3.94 Beta 4 for Windows released
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.
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
Re: PureBasic 3.94 Beta 4 for Windows released
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:

(you can send the settings per email, send me a PM, or post them here)
So far i have only received 1 answer to this.
Read here:
Come on, not everybody's color seetings can be as ugly as mine, so bring them on...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)

(you can send the settings per email, send me a PM, or post them here)
quidquid Latine dictum sit altum videtur
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:GedB wrote:I like to indent blocks of code like between the StartDrawing() and StopDrawing()
- ----------------------------------------
IndentLinesAfterDisplaying:
StartDrawing,If,ElseIf,Else,Select
----------------------------------------
UnIndentBeforeDisplaying:
StopDrawing,ElseIf,Else,EndIf,EndSelect
----------------------------------------

@}--`--,-- A rose by any other name ..
Its not that hard to write a tool for that. I think I will do it right now.Dare2 wrote: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:GedB wrote:I like to indent blocks of code like between the StartDrawing() and StopDrawing()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.
- ----------------------------------------
IndentLinesAfterDisplaying:
StartDrawing,If,ElseIf,Else,Select
----------------------------------------
UnIndentBeforeDisplaying:
StopDrawing,ElseIf,Else,EndIf,EndSelect
----------------------------------------
PB 3.94
-
- Enthusiast
- Posts: 145
- Joined: Tue Mar 01, 2005 8:41 pm
- Location: Near a Computer
Re: PureBasic 3.94 Beta 4 for Windows released
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:
Come on, not everybody's color seetings can be as ugly as mine, so bring them on...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)
(you can send the settings per email, send me a PM, or post them here)
Maybe they are, maybe they arnt

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
Truth Seeker
Perhaps he got tired of all the put-downs and went away?Shannara wrote:Yeah, but the author havent fixed up the auto-formating bugs in jaPBe for several versions nowIceSoft wrote:It's called jaPBefreak wrote:...Not for now. But it could be easily done through an external tool.
Come to think of it, he's been quite quiet concerning jaPBe recently .. hrm ...
@}--`--,-- A rose by any other name ..
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
(edit): Actually, I think i found the thread your referring to? Ref: viewtopic.php?t=16186&highlight=japbe