CoffeeConsole icon indicating copy to clipboard operation
CoffeeConsole copied to clipboard

Line wrapping

Open afraser opened this issue 12 years ago • 5 comments

It's absurdly often that I find myself writing lines like this:

example_highlights = app.authorized.courses.reader.concept.content.get('atom').get('highlights').filter((h) => h.get('highlight_data')[0].highlight_type == 'example')

To make things a bit more frustrating, ⌘← doesn't bring my cursor to the beginning of the line so if I want to get to the beginning or end of the line it's pretty tedious.

afraser avatar Oct 19 '12 21:10 afraser

Bounty of $50.00 is available on this issue: https://www.catincan.com/bounty/https-github-com-snookca-coffeeconsole-issues-12

Catincan avatar Aug 06 '13 21:08 Catincan

I can't reproduce. All of Ctrl-a/Ctrl-e, ⌘←/⌘→, and Home/End work fine for me.

michaelficarra avatar Aug 06 '13 21:08 michaelficarra

Also, why is the text so insanely huge!?

MaffooBristol avatar Sep 16 '14 08:09 MaffooBristol

@MaffooBristol The text scales with the dev tools window. ⌘- will scale it down when the dev tools window is in focus. (Note: strangely ⌘- will also scale the web view if focused on coffeeconsole, so you'll want to click on the dev tools top bar, or hit esc to bring up the console and select that before scaling the dev tools text)

afraser avatar Sep 16 '14 13:09 afraser

Yeah I noticed that thanks, but I don't want the whole dev tools panel to be scaled, just the default font to not be so large, or at least a setting to adjust it yourself!

MaffooBristol avatar Sep 16 '14 13:09 MaffooBristol