Hello everybody,
I want to become a contributor to the TextMate 2 open-source project and therefore started a crowdfunding campaign together with some concrete features that I want to implement and contribute first.
If you also see the potential and would like to make use of them asap, please help funding my 2-month code sprint athttp://www.indiegogo.com/projects/textmate-dialog2-sprint and/or spread this news to your friends/colleagues.
Best wishes,
Peter
--- Twitter: @pbyte github.com/peta
Hi Peter,
Interesting project. Are you aware of the Tern project? http://www.indiegogo.com/projects/tern-intelligent-javascript-editing/x/2619...
I personally would love to see Tern integration for Textmate 2. There has been voting on which editors the project lead should develop plugins for, but it seems there are too few of us Textmate users. http://ternjs.net/vote.html
To anyone who reads this: If you're using Textmate for Javascript development, please pledge whatever you can miss and vote!!
Best, Meryn
On Sun, Mar 24, 2013 at 1:02 PM, Peter Geil 256petabyte@googlemail.comwrote:
Hello everybody,
I want to become a contributor to the TextMate 2 open-source project and therefore started a crowdfunding campaign together with some concrete features that I want to implement and contribute first.
If you also see the potential and would like to make use of them asap, please help funding my 2-month code sprint athttp:// www.indiegogo.com/projects/textmate-dialog2-sprint and/or spread this news to your friends/colleagues.
Best wishes,
Peter
Twitter: @pbyte github.com/peta
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Hi Meryn,
Nope. First time I've heard about tern. But it looks pretty cool, indeed. However, the actual purpose of it is to provide intelligent auto-complete suggestions at any time by evaluating/analyzing the actual JS code. The list with possible completions however, is then simply processed and displayed by an editor (be it a browser-based code editor like CodeMIrror, TextMate, Sublime TExt or anything else) . My intended code sprint however, it not primarily about *how autocomplete suggestions are aggregated*, but instead about *how they will get diplayed to the user* (together with relevant documentation).
So the goals/benefits of my code sprint, are not limited to a specific language (like JavaScript in your case), but to ALL languages supported by TextMate. Even more ⊠Dialog2 offers an CLI, so it can be used by everybody ⊠even independently from TextMate.
Best regards,
Peter --- @pbyte
Am 24.03.13 15:54, schrieb Meryn Stol:
Hi Peter,
Interesting project. Are you aware of the Tern project? http://www.indiegogo.com/projects/tern-intelligent-javascript-editing/x/2619...
I personally would love to see Tern integration for Textmate 2. There has been voting on which editors the project lead should develop plugins for, but it seems there are too few of us Textmate users. http://ternjs.net/vote.html
To anyone who reads this: If you're using Textmate for Javascript development, please pledge whatever you can miss and vote!!
Best, Meryn
On Sun, Mar 24, 2013 at 1:02 PM, Peter Geil <256petabyte@googlemail.com mailto:256petabyte@googlemail.com> wrote:
Hello everybody, I want to become a contributor to the TextMate 2 open-source project and therefore started a crowdfunding campaign together with some concrete features that I want to implement and contribute first. If you also see the potential and would like to make use of them asap, please help funding my 2-month code sprint athttp://www.indiegogo.com/projects/textmate-dialog2-sprint <http://www.indiegogo.com/projects/textmate-dialog2-sprint> and/or spread this news to your friends/colleagues. Best wishes, Peter --- Twitter: @pbyte github.com/peta <http://github.com/peta> _______________________________________________ textmate mailing list textmate@lists.macromates.com <mailto:textmate@lists.macromates.com> http://lists.macromates.com/listinfo/textmate
On 2013-03-24 13:02, Peter Geil wrote:
Hello everybody,
I want to become a contributor to the TextMate 2 open-source project and therefore started a crowdfunding campaign together with some concrete features that I want to implement and contribute first.
If you also see the potential and would like to make use of them asap, please help funding my 2-month code sprint athttp://www.indiegogo.com/projects/textmate-dialog2-sprint and/or spread this news to your friends/colleagues.
For the autocompletion and language grammar. How about implementing and API that can be used by libraries like libclang and similar.
What do you mean exactly? Offering an API so that Dialog2 can be used from other applications, too? Btw.: the anchored docs mockup you posted to the GitHub issue[1] looks awesome. Should definitely be the way to go.
[1] https://github.com/textmate/dialog/issues/12
Peter --- @pbyte
Am 24.03.13 20:51, schrieb Jacob Carlborg:
On 2013-03-24 13:02, Peter Geil wrote:
Hello everybody,
I want to become a contributor to the TextMate 2 open-source project and therefore started a crowdfunding campaign together with some concrete features that I want to implement and contribute first.
If you also see the potential and would like to make use of them asap, please help funding my 2-month code sprint athttp://www.indiegogo.com/projects/textmate-dialog2-sprint and/or spread this news to your friends/colleagues.
For the autocompletion and language grammar. How about implementing and API that can be used by libraries like libclang and similar.