We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi everyone,
My name is Joel Moniz. I'd really love to apply to work with Processing this summer as part of GSoC 2015.
One of the ideas that I had in mind would be to incorporate the RSyntaxTextArea and Autocomplete library with the Python mode, which would together give syntax highlighting, code folding, syntax checking, auto-completion, documentation support, and parameter assistance. This would also serve as a proof of concept for checking the feasibility of updating the JEditTextArea with the RSyntaxTextArea in processing.
Are there any other features that would be nice to have in the processing.py development environment?
Looking forward to the community's feedback :)
Thanks,
Joel
Comments
I am intrigued by this idea of using Python Mode as a trial run for RSyntaxTextArea. Is there a reason why you think this is preferable over testing RSyntaxTextArea in a stand-alone mode for Processing? Since Python Mode requires a great deal of work to update its compatibility with 3.0 / PDE X (which we hope to do as part of GSOC) my concern would be that it would be difficult to experiment with a new editor base at the same time.
I was actually considering submitting 2 proposals, one which would involve either a new RSyntaxTextArea Mode (or possibly replacing the JEditTextArea with RSyntaxTextArea on my fork of processing and later possibly merging this with master, although I'm not very sure which would be better),and another having the RSyntaxTextArea integrated into the python mode. The pros that I had seen in each of these methods are as follows:
Separate RSyntaxTextArea Mode:
Integrating RSyntaxTextArea with Python Mode:
Would it be better if I submitted just one proposal, focusing more on the RSyntaxTextArea Mode (and perhaps doing things in reverse of what I had suggested, creating the RSyntaxTextArea Mode first, and then adding it into the Python Mode later on)? Or would it be better if I drafted both proposals?
A third idea that I had was to:
With respect to the second part of this idea, what percent of coverage would be a good target to reach for? Could you please let me know how this idea sounds?
Thanks,
Joel
Thanks for this very thorough explanation. My gut instinct here is to focus on the following:
The plan for Python Mode is to update it to have all the same features as the current Processing 3 (Java) Mode. Both should ultimately be using the same text editor and the features should be mirrored. This work will be happening this summer so it doesn't make sense to try to build RSyntaxTextArea in at the same time.
Hello, everyone. Now that Python Mode for Processing 3 is a thing, what's the status of this idea? Is it still relevant?
You can see more about what Joel accomplished over the summer in this report. (The report will soon be formatted more nicely on the foundation website.)
I can't speak to future plans as to whether RSyntaxArea will be incorporated into the PDE itself as the main editor in future versions of Processing. It's an open question that I think could be discussed again when the Processing 3 dust settles.