Hi,
Doing something like: var thisColum=this.elementNameClass(« div", "col-sm-4"); will result in lots of red and invalidated code. Changing the variable name to var aColum=this.elementNameClass(« div », "col-sm-4"); will do just fine. Regards, @+Maarten, _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
This is a current bug in the syntax highlighter for JavaScript code.
Note that the code will save and run correctly (even though the syntax highlighter incorrectly flags it as invalid). Until a bug fix is released, I'd recommend using your current workaround (i.e. avoid using a leading "this" in temp variable names). --Vlad -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Maarten Mostert Sent: Friday, March 06, 2015 5:42 AM To: VW NC Subject: [vwnc] Appex doesn't like variable names starting with this Hi, Doing something like: var thisColum=this.elementNameClass(« div", "col-sm-4"); will result in lots of red and invalidated code. Changing the variable name to var aColum=this.elementNameClass(« div », "col-sm-4"); will do just fine. Regards, @+Maarten, _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Thanks for letting me know, please notice that this Appex things appears incredibly efficient by concept.
Just some minor extra things. Since I started to write my first javascript (10days ago) my screen is constantly red !!! I you could dim this to a less violent color intensity by default my eyes would appreciate. I understand that this involves way more work, and I sure you are aware of this, but I really miss javascript code formatting. Regards, @+Maarten, > Le 6 mars 2015 à 17:10, Degen, Vladimir <[hidden email]> a écrit : > > This is a current bug in the syntax highlighter for JavaScript code. > Note that the code will save and run correctly (even though the syntax highlighter incorrectly flags it as invalid). > Until a bug fix is released, I'd recommend using your current workaround (i.e. avoid using a leading "this" in temp variable names). > > --Vlad > > > > -----Original Message----- > From: [hidden email] [mailto:[hidden email]] On Behalf Of Maarten Mostert > Sent: Friday, March 06, 2015 5:42 AM > To: VW NC > Subject: [vwnc] Appex doesn't like variable names starting with this > > Hi, > > Doing something like: > > var thisColum=this.elementNameClass(« div", "col-sm-4"); > > will result in lots of red and invalidated code. > > Changing the variable name to > > var aColum=this.elementNameClass(« div », "col-sm-4"); > > will do just fine. > > Regards, > > @+Maarten, > > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Maarten,
In VW System options (the crossed wrenches icon), go to the ‘Editor’ tab, and select ‘Default Chrome’. That’s probably the closest you’d get to a JS ‘standard’. Jerry Kott This message has been digitally signed. PGP Fingerprint: A9181736DD2F1B6CC7CF9E51AC8514F48C0979A5 On 06-03-2015, at 2:02 PM, Maarten Mostert <[hidden email]> wrote: > Thanks for letting me know, please notice that this Appex things appears incredibly efficient by concept. > > Just some minor extra things. > > Since I started to write my first javascript (10days ago) my screen is constantly red !!! > I you could dim this to a less violent color intensity by default my eyes would appreciate. > > I understand that this involves way more work, and I sure you are aware of this, but I really miss javascript code formatting. > > Regards, > > @+Maarten, > > > > >> Le 6 mars 2015 à 17:10, Degen, Vladimir <[hidden email]> a écrit : >> >> This is a current bug in the syntax highlighter for JavaScript code. >> Note that the code will save and run correctly (even though the syntax highlighter incorrectly flags it as invalid). >> Until a bug fix is released, I'd recommend using your current workaround (i.e. avoid using a leading "this" in temp variable names). >> >> --Vlad >> >> >> >> -----Original Message----- >> From: [hidden email] [mailto:[hidden email]] On Behalf Of Maarten Mostert >> Sent: Friday, March 06, 2015 5:42 AM >> To: VW NC >> Subject: [vwnc] Appex doesn't like variable names starting with this >> >> Hi, >> >> Doing something like: >> >> var thisColum=this.elementNameClass(« div", "col-sm-4"); >> >> will result in lots of red and invalidated code. >> >> Changing the variable name to >> >> var aColum=this.elementNameClass(« div », "col-sm-4"); >> >> will do just fine. >> >> Regards, >> >> @+Maarten, >> >> >> _______________________________________________ >> vwnc mailing list >> [hidden email] >> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc > > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc signature.asc (859 bytes) Download Attachment |
Free forum by Nabble | Edit this page |