|
From: Chris S. <the...@gm...> - 2012-02-03 07:32:55
|
I have attached another example.zip to the patch (I could not remove the first one) with the MIT license, labeled "Dart example code (with license)". I don't understand how to place myself as an author. Should that be on the tracker somewhere, or in the dart.xml file, or somewhere else? Thanks, - Chris On Thu, Feb 2, 2012 at 11:11 PM, Jarek Czekalski <jar...@po...>wrote: > ** > Please place yourself as an author. I think we'll commit your patch soon > without thorough examination. If you find bugs later please fix them or at > least post a bug report. > > I would gladly place your example dart files on our server, but are you > able to add GNU GPL (or some other open source license) copyright notice to > them, as described there: > http://www.gnu.org/licenses/gpl-howto.en.html > I want to make sure we are legitimate to publish them. > > Thanks > > Jarek > > Chris Sullins pisze: > > I have done so. My username is theazureshadow. > > - Chris > > On Thu, Feb 2, 2012 at 10:34 PM, Jarek Czekalski <jar...@po... > > wrote: > >> Hello Chris >> >> Please visit the following link while being logged into your sourceforge >> account. It will enable me to add you as a wiki editor. Then maybe you will >> feel like filling the info for this mode. >> >> https://sourceforge.net/apps/mediawiki/jedit/index.php?title=Modes_docs >> >> Regards >> Jarek >> >> Chris Sullins pisze: >> >> I have submitted the Dart edit mode as a patch. It includes some Dart >> sample code. Any comments would be appreciated. >> >> >> https://sourceforge.net/tracker/?func=detail&aid=3483431&group_id=588&atid=300588 >> >> - Chris >> >> >> On Wed, Oct 12, 2011 at 8:46 AM, Alan Ezust <ala...@gm...> wrote: >> >>> Submit a the edit mode and a sample file for testing it, to the >>> jedit-patches tracker when it is ready for submission, and we will >>> incorporate it in the next version of jEdit. >>> >>> https://sourceforge.net/tracker/?limit=100&func=&group_id=588&atid=300588 >>> >>> --alan >>> >>> >>> On Wed, Oct 12, 2011 at 2:04 AM, Chris Sullins < >>> the...@gm...> wrote: >>> >>>> Hi, >>>> >>>> I've created a Google Dart edit mode (*.dart). How can I get feedback >>>> on it and submit it for inclusion? Here is the file: >>>> >>>> http://azureabstraction.com/vault/longterm/dev/jedit/dart.xml >>>> >>>> I read pretty carefully through the Dart language spec, and used the >>>> javascript.xml mode as a starting point. I also referenced java.xml, and >>>> php.xml for variable interpolation. >>>> >>>> I am not convinced that my number handling is correct >>>> (HIGHLIGHT_DIGITS). I'd also appreciate review in terms of which terms can >>>> be in expressions versus in the main body. Additionally, I didn't spend any >>>> time verifying the wordBreakChars or indentNextLine properties, though I >>>> assume the unindentThisLine property is consistent with JavaScript. I >>>> haven't checked operator precedence. >>>> >>>> This handles literal strings (prefixed by @), nested string >>>> interpolation ("${v + "yar"}"), multiline strings, the various library and >>>> script declarations, all the operators and literals. I only added the >>>> "base" types (the uncapitalized ones: int, double, num, and bool), forgoing >>>> other built-in classes such as Collection and Isolate. The Dart language >>>> reference says that comments can be nested, but their current interpreter >>>> does not allow this; I excluded it from the mode. >>>> >>>> How does it look? >>>> >>>> - Chris >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> All the data continuously generated in your IT infrastructure contains a >>>> definitive record of customers, application performance, security >>>> threats, fraudulent activity and more. Splunk takes this data and makes >>>> sense of it. Business sense. IT sense. Common sense. >>>> http://p.sf.net/sfu/splunk-d2d-oct >>>> -- >>>> ----------------------------------------------- >>>> jEdit Developers' List >>>> jEd...@li... >>>> https://lists.sourceforge.net/lists/listinfo/jedit-devel >>>> >>>> >>> >> ------------------------------ >> >> ------------------------------------------------------------------------------ >> Try before you buy = See our experts in action! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now!http://p.sf.net/sfu/learndevnow-dev2 >> >> > |