What's matter with the ctrl+k function?

edited October 2013 in General

on the tool bar, only C or ctrl+k function has no use. my os is window xp and browser is iE8 or chrome.

I find also, when I type words in the box, sometime it willl be freezen until you refresh browser. what's matter?

Tagged:

Answers

  • I use html or markdown, it seems can do the trick, but it really too trouble and complex to use.

  • edited October 2013

    I am on Chrome 30

    void setup()
    {
      size(1000, 200);
    }
    

    I selected the above lines of code, and hit Ctrl+K, and it was indented as intended.

    Hey, if I select only part of a line and hit Ctrl+K (or the C button), it works too (inserting backticks).

    Just reporting that it works for me, but I am on Windows 7, so my case is probably different. Also I no longer have IE 8 (I probably have 9 or 10), so I cannot test.

  • edited October 2013

    void setup() { size(1000, 200); }

  • edited October 2013

    I highlight it. and then C or ctrl+k, nothing happened. and get the box warning, /n/r

    syntaxhighlighter can't find brush for: processing. eh?

  • Maybe clear your cache?

Sign In or Register to comment.