rethinking compilation notifications
Hi, The next stop in our little tour around code actions was the compilation notifications. Again, we used a popper interface to show the error without affecting the underlying text editor: [image: Inline image 2] You can find more details here: http://www.humane-assessment.com/blog/rethinking-compilation-notifications-i... Please let us know what you think. Cheers, Doru -- www.tudorgirba.com "Every thing has its own flow"
Tudor Girba-2 wrote
compilation notifications... we used a popper interface to show the error without affecting the underlying text editor:
Thank god! At least it used to be highlighted so you could delete it easily, but now we don't even have that. Any chance this could be ported easily to Pharo core? ----- Cheers, Sean -- View this message in context: http://forum.world.st/rethinking-compilation-notifications-tp4771635p4771640... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 04 Aug 2014, at 00:07, Sean P. DeNigris <sean@clipperadams.com> wrote:
Tudor Girba-2 wrote
compilation notifications... we used a popper interface to show the error without affecting the underlying text editor:
Thank god! At least it used to be highlighted so you could delete it easily, but now we don't even have that. Any chance this could be ported easily to Pharo core?
+1 Please
----- Cheers, Sean -- View this message in context: http://forum.world.st/rethinking-compilation-notifications-tp4771635p4771640... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Just <3 Le 3 août 2014 22:09, "Tudor Girba" <tudor@tudorgirba.com> a écrit :
Hi,
The next stop in our little tour around code actions was the compilation notifications. Again, we used a popper interface to show the error without affecting the underlying text editor:
[image: Inline image 2]
You can find more details here:
http://www.humane-assessment.com/blog/rethinking-compilation-notifications-i...
Please let us know what you think.
Cheers, Doru
-- www.tudorgirba.com
"Every thing has its own flow"
So beautiful :) 2014-08-03 22:09 GMT+02:00 Tudor Girba <tudor@tudorgirba.com>:
Hi,
The next stop in our little tour around code actions was the compilation notifications. Again, we used a popper interface to show the error without affecting the underlying text editor:
[image: Inline image 2]
You can find more details here:
http://www.humane-assessment.com/blog/rethinking-compilation-notifications-i...
Please let us know what you think.
Cheers, Doru
-- www.tudorgirba.com
"Every thing has its own flow"
Hi, makes a lot of sense to me. btw i dont like the printit thing too much: there was a a thread about scientists using programming languages with a notebook interface somewhere. in order to document what i do, i often use print it and then press '"' to make a comment out of the result. iow this printit version would need a 'make it a comment' command additionally to the inspectit command. werner On 08/03/2014 10:09 PM, Tudor Girba wrote:
Hi,
The next stop in our little tour around code actions was the compilation notifications. Again, we used a popper interface to show the error without affecting the underlying text editor:
http://www.humane-assessment.com/blog/rethinking-compilation-notifications-i...
Please let us know what you think.
On 04 Aug 2014, at 12:06, Werner Kassens <wkassens@libello.com> wrote:
Hi, makes a lot of sense to me. btw i dont like the printit thing too much: there was a a thread about scientists using programming languages with a notebook interface somewhere. in order to document what i do, i often use print it and then press '"' to make a comment out of the result. iow this printit version would need a 'make it a comment' command additionally to the inspectit command.
Or make is a sticky ;). I think that non-text solutions still have greater possibilities Uko
werner
On 08/03/2014 10:09 PM, Tudor Girba wrote:
Hi,
The next stop in our little tour around code actions was the compilation notifications. Again, we used a popper interface to show the error without affecting the underlying text editor: http://www.humane-assessment.com/blog/rethinking-compilation-notifications-i...
Please let us know what you think.
of course werner On 08/04/2014 12:09 PM, Yuriy Tymchuk wrote:
On 04 Aug 2014, at 12:06, Werner Kassens <wkassens@libello.com> wrote:
Hi, makes a lot of sense to me. btw i dont like the printit thing too much: there was a a thread about scientists using programming languages with a notebook interface somewhere. in order to document what i do, i often use print it and then press '"' to make a comment out of the result. iow this printit version would need a 'make it a comment' command additionally to the inspectit command.
Or make is a sticky ;). I think that non-text solutions still have greater possibilities
Uko
werner
On 08/03/2014 10:09 PM, Tudor Girba wrote:
Hi,
The next stop in our little tour around code actions was the compilation notifications. Again, we used a popper interface to show the error without affecting the underlying text editor: http://www.humane-assessment.com/blog/rethinking-compilation-notifications-i...
Please let us know what you think.
Sticky is where we will likely be going :). I do not like embedding the printout as a comment because this implies that the editor gets changed. And you almost never want that. At most, you want to compare, and for that we can find other solutions. In the meantime, you can still copy the result of the printout (Cmd+a , Cmd+c) and paste it in the editor manually. Cheers, Doru On Mon, Aug 4, 2014 at 12:15 PM, Werner Kassens <wkassens@libello.com> wrote:
of course werner
On 08/04/2014 12:09 PM, Yuriy Tymchuk wrote:
On 04 Aug 2014, at 12:06, Werner Kassens <wkassens@libello.com> wrote:
Hi,
makes a lot of sense to me. btw i dont like the printit thing too much: there was a a thread about scientists using programming languages with a notebook interface somewhere. in order to document what i do, i often use print it and then press '"' to make a comment out of the result. iow this printit version would need a 'make it a comment' command additionally to the inspectit command.
Or make is a sticky ;). I think that non-text solutions still have greater possibilities
Uko
werner
On 08/03/2014 10:09 PM, Tudor Girba wrote:
Hi,
The next stop in our little tour around code actions was the compilation notifications. Again, we used a popper interface to show the error without affecting the underlying text editor:
http://www.humane-assessment.com/blog/rethinking- compilation-notifications-in-pharo/
Please let us know what you think.
-- www.tudorgirba.com "Every thing has its own flow"
participants (7)
-
Guillermo Polito -
Santiago Bragagnolo -
Sean P. DeNigris -
Sven Van Caekenberghe -
Tudor Girba -
Werner Kassens -
Yuriy Tymchuk