Hi guys
I can't find how to increase the line length on the new Blue Ink formatter. On the old formatter there was the option: "Max line length", but it there isn't anymore. TIA Davide -- View this message in context: http://forum.world.st/BlueInk-formatting-line-length-Pharo5-tp4911766.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. |
2016-08-18 18:02 GMT+02:00 Davide Varvello via Pharo-users <[hidden email]>:
It is missing. It is initialized to be "70" but not configurable (no settings option). TIA |
Hi Nicolai,
Thanks for your reply. Wow, 70 is not so much, especially because standard screens are wide, 16:9 sized. It's a pity it is not configurable. Cheers Davide
|
In reply to this post by Nicolai Hess-3-2
Hi Nicolai,
Thanks for your reply. Wow, 70 is not so much, especially because standard screens are wide, 16:9 sized. It's a pity it is not configurable. Cheers Davide Nicolai Hess-3-2 wrote > 2016-08-18 18:02 GMT+02:00 Davide Varvello via Pharo-users < > pharo-users@.pharo >>: > >> >> >> ---------- Weitergeleitete Nachricht ---------- >> From: Davide Varvello < > varvello@ > > >> To: > pharo-users@.pharo >> Cc: >> Date: Thu, 18 Aug 2016 08:59:30 -0700 (PDT) >> Subject: BlueInk formatting (line length) Pharo5 >> Hi guys >> I can't find how to increase the line length on the new Blue Ink >> formatter. >> >> On the old formatter there was the option: "Max line length", but it >> there >> isn't anymore. >> > > It is missing. It is initialized to be "70" but not configurable (no > settings option). > > > >> TIA >> Davide >> >> >> >> -- >> View this message in context: http://forum.world.st/BlueInk- >> formatting-line-length-Pharo5-tp4911766.html >> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. >> >> >> -- View this message in context: http://forum.world.st/BlueInk-formatting-line-length-Pharo5-tp4911767p4911851.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. |
On Thu, Aug 18, 2016 at 10:50:41PM -0700, Davide Varvello via Pharo-users wrote:
> Date: Thu, 18 Aug 2016 22:48:44 -0700 (PDT) > From: Davide Varvello <[hidden email]> > To: [hidden email] > Subject: Re: BlueInk formatting (line length) Pharo5 > > Hi Nicolai, > Thanks for your reply. > > Wow, 70 is not so much, especially because standard screens are wide, 16:9 > sized. It's a pity it is not configurable. But people normally code in Nautilus, where the code pane is actually quite small. But hard-coded line length explains some strange behavior I was experiencing... I thought that it was based on real nautilus width. Peter |
Am 19.08.2016 9:05 vorm. schrieb "Peter Uhnak" <[hidden email]>: Yes, at some places it depends on the textarea width. But this had a bad effect in the diff view. |
In reply to this post by Pharo Smalltalk Users mailing list
It should not be difficult to add a configuration.
Give a try. It is a nice way to get you happy. Stef |
Hi Stef,
I don't know how to write a configuration, is there some documentation anywhere? Actually I searched for the hardcoded 70 in the image and I eventually ended in BIPrettyPrinterContext>>maxLineLength: anObject I ignored anObject and I hardcoded a return value of 200, my favorite max length. Davide
|
In reply to this post by stepharo
Hi Stef,
I don't know how to write a configuration, is there some documentation anywhere? Actually I searched for the hardcoded 70 in the image and I eventually ended in BIPrettyPrinterContext>>maxLineLength: anObject I ignored anObject and I hardcoded a return value of 200, my favorite max length. Davide stepharo wrote > It should not be difficult to add a configuration. > > Give a try. It is a nice way to get you happy. > > Stef -- View this message in context: http://forum.world.st/BlueInk-formatting-line-length-Pharo5-tp4911767p4911985.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. |
Free forum by Nabble | Edit this page |