Conversation
separate outputs with an empty line (feature request #68) partially.
|
Hello Claudia, Thank you for your beautiful work. Highly appreciated. Allow me some comments:
And some minor comments:
Best regards. |
|
Hi Yaron - I'm a little bit confused as I thought I have already answered concerning the flash window issue but, just checked it and it isn't added in the issue. My understanding is that only toplevel windows Concerning adding an additional eol, the prompt is used to reflect this on a normal run and therefore it can be added only as All other settings do require a restart as well, maybe What do you mean by setting it to Placing |
|
Hello Claudia,
Thank you for looking into it.
So both
can't be changed, is that correct?
How about adding
I meant changing
👍 Great work. Thanks again. |
|
If the exception is generated by the script it behaves different as to when it is generated via Run dialog Via script execution it is needed to add it to the end of the exception text which then can lead to your reported behavior - I don't see, at the moment, how this could be solved easily. I mean without interacting with the boost::python library which scars me :-) In which cases should it beep - only if error is generated via script execution or also if exception is generated via run dialog. Changes to ordering and |
|
@ClaudiaFrank No I didn't start yet. Will wait for your go :-) |
Great work as it is.
If "Python" is hidden there's no need to beep; showing "Python" is a good alert.
Actually,
👍 Thanks again. |
It might be better not to complicate things and always beep on script error. |
|
Hi Yaron,
Isn't this the current (with the recent changes) behavior? |
|
I'm unsure if beeping on run dialog error is easy to implement - currently unsure if it is needed at all |
|
what about (no restart required) instead? |
Your implementation is perfect.
No beeping then. :)
Better. :) Thank you. I appreciate your work. |
|
Ok, thx for all the testing, inspirations and ideas. |
|
Great. Good night. |
|
@chcg GOOO :-D |
|
@Yaron10 @ClaudiaFrank I will have a look at that. Shouldn't it be choose https://dict.leo.org/englisch-deutsch/choose, instead of "chose a color..." Done with c735574 |
|
Hello @chcg,
👍
Thank you. I appreciate that. |
|
No it is not an error it is the information that getCurrentView is a method of the class Notepad which |
|
@Yaron10 Really obvious now I'm sure but to run it you need to do |
|
Just another hint why this can't be treated as an error at all - imagine you want to provide a method |
|
Is
👍
I certainly was aware of that. I just thought |
Yes
Yes again. Python allows you to define function/methods on one line and parameters on a different line. |
|
👍 Thank you Claudia. |





implements feature request #68, #76 and fixes #83