OK subSilver should work for you now. I know the colours won't be everyone's favourite but they're easy to change.Originally Posted by {MSX}
OK subSilver should work for you now. I know the colours won't be everyone's favourite but they're easy to change.Originally Posted by {MSX}
Until further notice, the pascal tag won't work. I'll let you know when :shock:
[edit] And it's back [/edit]
Very nice!
[size=10px][ Join us in #pgd on irc.freenode.net ] [ Sign the Petition for a Software Patent Free Europe ][/size]
Testing...
[pascal]
{Syntax Highlighting}
Procedure TForm.ButtonClick(Sender TObject);
var
Number: Integer;
begin
Number := 123456;
Caption := 'The number is: ' + IntToStr(Number);
end;
[/pascal]
Noticed the first single quote in the string is highlighted, but not the last.
My DGDev forum pascal syntax highlight settings:
<br />[background=#FFFFFF][comment=#8080FF][normal=#000080]
<br />[number=#C00000][reserved=#000000][string=#00C000]
Testing:
[pascal]program Project1;
{$APPTYPE CONSOLE}
var
Loop: Integer;
begin
for Loop := 0 to 1000 do begin
Write('Hung Up'+#9#8#8#8#8#8#;
end;
end.[/pascal]
"All paid jobs absorb and degrade the mind."
<br />-- Aristotle
Any chance we could come up with a couple color combinations and hold a poll on it? The dark background with the neon foreground makes it a little rough on the eyes to read (at least for me anyways). Maybe something on the old grey background, like this:
or maybe this as an alternate (seeing as how I'm not sure hard the black standard text would be):
My DGDev forum pascal syntax highlight settings:
<br />[background=#FFFFFF][comment=#8080FF][normal=#000080]
<br />[number=#C00000][reserved=#000000][string=#00C000]
Thanks, fixed thatOriginally Posted by Xorcist
Yeah go for it! You know we'll NEVER find colors that suit everyone, maybe we could add it to the 'Profile' optionsOriginally Posted by Xorcist
I was going to started a poll over in the general forum, however for the life of me I can't figure out how to start a "poll". Do I have to be a moderator or something?
My DGDev forum pascal syntax highlight settings:
<br />[background=#FFFFFF][comment=#8080FF][normal=#000080]
<br />[number=#C00000][reserved=#000000][string=#00C000]
As far as i know with the current settings you have to be a moderator to start a poll.....if you want it i could start it for you...Originally Posted by Xorcist
ops: Now that i look closely i dont seem to be able to start a poll either. It looks like that you cannot start a poll on a thread that is already in use....we will have to start a new thread with the same topic for the poll. On the other hand like BlueCat said we will never be able to satisfy everybody.... :shock: up to U guysOriginally Posted by iLLUNis
Bookmarks