Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 31

Thread: Syntax Highlighting (is it possible?)

  1. #21

    Syntax Highlighting (is it possible?)

    Quote Originally Posted by {MSX}
    It seems to work fine! good job
    So when you have spare time you could put it on subSilver too.. It shouldn't be difficoult once you've done for darkeq..
    OK subSilver should work for you now. I know the colours won't be everyone's favourite but they're easy to change.

  2. #22

    Syntax Highlighting (is it possible?)

    Until further notice, the pascal tag won't work. I'll let you know when :shock:

    [edit] And it's back [/edit]

  3. #23

    Syntax Highlighting (is it possible?)

    Very nice!
    [size=10px][ Join us in #pgd on irc.freenode.net ] [ Sign the Petition for a Software Patent Free Europe ][/size]

  4. #24

    Syntax Highlighting (is it possible?)

    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]

  5. #25

    Syntax Highlighting (is it possible?)

    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

  6. #26

    Syntax Highlighting (is it possible?)

    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]

  7. #27

    Syntax Highlighting (is it possible?)

    Quote Originally Posted by Xorcist
    Noticed the first single quote in the string is highlighted, but not the last.
    Thanks, fixed that

    Quote Originally Posted by Xorcist
    Any chance we could come up with a couple color combinations and hold a poll on it?
    Yeah go for it! You know we'll NEVER find colors that suit everyone, maybe we could add it to the 'Profile' options

  8. #28

    Syntax Highlighting (is it possible?)

    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]

  9. #29
    iLLUNis
    Guest

    Syntax Highlighting (is it possible?)

    Quote Originally 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?
    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...

  10. #30
    iLLUNis
    Guest

    Syntax Highlighting (is it possible?)

    Quote Originally Posted by iLLUNis
    Quote Originally 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?
    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...
    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 guys

Page 3 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •