Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix_excel_column_width_calculati…
Browse files Browse the repository at this point in the history
…on' into fix_excel_column_width_calculation
  • Loading branch information
speckyspooky committed May 16, 2024
2 parents 454a8d0 + a696932 commit 32119f8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,15 @@ protected void addWords(WordRule rule, String[] tokens, IToken token) {
private void fetchJSCommonObjectsMethods() {
this.globalObjectTokens.add("reportContext"); //$NON-NLS-1$
this.globalObjectTokens.add("params"); //$NON-NLS-1$
this.globalObjectTokens.add("value"); //$NON-NLS-1$
this.globalObjectTokens.add("vars"); //$NON-NLS-1$
this.globalObjectTokens.add("row"); //$NON-NLS-1$
this.globalObjectTokens.add("dataSetRow"); //$NON-NLS-1$
this.globalObjectTokens.add("importPackage"); //$NON-NLS-1$
this.globalObjectTokens.add("Packages"); //$NON-NLS-1$
this.keywordMethods.add("__rownum"); //$NON-NLS-1$
this.keywordMethods.add("value"); //$NON-NLS-1$
this.keywordMethods.add("data"); //$NON-NLS-1$
this.keywordMethods.add("displayText"); //$NON-NLS-1$

try {
// analysis of static javascript classes and methods
Expand Down

0 comments on commit 32119f8

Please sign in to comment.