Revision: 4677 http://geany.svn.sourceforge.net/geany/?rev=4677&view=rev Author: dmaphy Date: 2010-02-20 14:19:50 +0000 (Sat, 20 Feb 2010)
Log Message: ----------- correct the keyword list for javascript (thanks to Jonas!)
Modified Paths: -------------- trunk/ChangeLog trunk/data/filetypes.javascript
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2010-02-20 13:56:57 UTC (rev 4676) +++ trunk/ChangeLog 2010-02-20 14:19:50 UTC (rev 4677) @@ -1,3 +1,9 @@ +2010-02-20 Dominic Hopf <dmaphy(at)googlemail(dot)com> + * doc/geany.txt: + add more detailed hints about reloading configuration (thanks to Tony Rick) + * data/filetypes.javascript: + correct the keyword list for JavaScript (thanks to Jonas) + 2010-02-14 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* New release: Geany 0.18.1 "Balfour".
Modified: trunk/data/filetypes.javascript =================================================================== --- trunk/data/filetypes.javascript 2010-02-20 13:56:57 UTC (rev 4676) +++ trunk/data/filetypes.javascript 2010-02-20 14:19:50 UTC (rev 4677) @@ -26,7 +26,8 @@
[keywords] # all items must be in one line -primary=abs abstract acos anchor asin atan atan2 big bold boolean break byte case catch ceil char charAt charCodeAt class concat const continue cos Date debugger default delete do double else enum escape eval exp export extends false final finally fixed float floor fontcolor fontsize for fromCharCode function goto if implements import in indexOf Infinity instanceof int interface isFinite isNaN italics join lastIndexOf length link log long Math max MAX_VALUE min MIN_VALUE NaN native NEGATIVE_INFINITY new null Number package parseFloat parseInt pop POSITIVE_INFINITY pow private protected public push random return reverse round shift short sin slice small sort splice split sqrt static strike string String sub substr substring sup super switch synchronized tan this throw throws toLowerCase toString toUpperCase transient true try typeof undefined unescape unshift valueOf var void volatile while with +primary=break case catch const continue delete else eval false finally for function if in try instanceof isFinite isNaN NaN new null return switch this throw true typeof undefined var while with default let +secondary=Object Function Array prototype
[settings] # default extension used when saving files
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.