-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding new features to version 1.1.0 #58
Adding new features to version 1.1.0 #58
Conversation
Morning Jeff, A fullscreen-mode was for me the most important requirement, but I was completely stuck with. Even with the help from the Blockly team (see issue 1 and issue 2). As a result the devolpment of this node was completely halted, and I had to disappoint my partner But seems you have managed to implement this feature. Awesome!!! Thank you so much!! Moreover this is the first large pull request that I have ever received on any of my nodes... I am not developing at the moment, since I'm recovering from an operation. But if everything goes well, I hope to start working on a new release of this node in around 6 weeks from now. I have not reviewed your code in detail, but could you:
I will try to review your changes in detail as soon as possible. Will get back to you with my feedback... Have a nice sunday, |
That looks very user-friendly to me. Nice development work!!!
No please do it all in this PR. That makes it easier for me to review it afterwards.
I was just wondering if you had upgraded a new version of Blockly because you required new features. But now I assume you just wanted to get my node in sync with Blockly. Last year I had already implemented some changes (in a local version on my pc):
I will commit those changes to Github when I'm back into business... |
On a separate issue the extra JavaScript function block comes up from time to time but it's never made it into the project as it's not really needed. If you think that you have a use case that requires it - let me know what it is and I'll show you that it isn't needed :) Simon |
Thank you!
Got it. I just double checked that the pull request is reflecting my latest commits.
I look forward to it! Let us know what else we can contribute. |
"Please let me know whether this works at your end." |
Hi Simon, |
Hi Jeff, Simon is completely right that the purpose of this node is an alternative for the function node, for those that don't feel confident with Javascript. But on the other hand we understand your use case. So we had a very short discussion about it, and we agreed that you can keep your Expression-node. Consider it as a thank-you gift from our side, for all the time you have spend to help us improving this node ... Hopefully you still have the source code somewhere ;-) |
Thank you Bart and Simon. I appreciate you guys' approval! I will add the code back :) BTW, have you guys checked the "Multiline text input fields" which seems added to blockly last Nov. It seems it can be used on Comment and Statement blocks but may be incompatible to current blocks... |
Fine by me :) |
Hi Jeff |
Hi Simon, Thanks, Jeff |
I thought I was on the latest but I hadn't cleared my cache :) All OK now :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Jeff (@jsccjj),
Sorry for the long delay!
Your code changes are very nice!
I have added some remarks. Once those are solved, I will merge the pull request.
Then I will add some other stuff, to make sure we have a complete release.
Thanks !!
Bart
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Jeff (@jsccjj),
Sorry for the long delay!
Your code changes are very nice!
I have added some remarks. Once those are solved, I will merge the pull request.
Then I will add some other stuff, to make sure we have a complete release.
Thanks !!
Bart
Hi Bart,
No problem. I hope all is well over there!
I replied your comments. If you have any questions, please don't hesitate to let me know.
Thanks,
Jeff
Jeff, I have a series of new features for this Blockly node in an old local version of mine at home. Would like to have those features also in the 1.1.0 release, so we can remove both old branches and my local changes. Would like to have a clean Github repository again, with only a master branch. That allows us to create smaller releases in the future, to avoid that we end up again with years of inactivity ... Some of my old changes might not work anymore after your pull-request, so I will have to review those. Which might take some time. I will create a series of issues in this repository, so you can do a follow-up and get an idea of the progress... Thanks!! |
Hi Bart,
I spent some free time looking into your wonderful package. I modified some codes and added new features based on version 1.1.0.
Major modifications (in my opinion):
Minor modifications:
I hope this may add value to you package.
Thanks,
Jeff