Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-02[581758] Handle removal of ResourceNavigator and friendsHEADR3_30masterNitin Dahyabhai17-77/+146
2022-09-22[580783] Fix compiler errors against Platform 3.26 PopupDialogNitin Dahyabhai3-33/+29
2022-04-07[nobug] update how the default editor is openedNitin Dahyabhai2-15/+9
2021-02-10[nobug] re-enable a limited Typing preference page for Client-side JavaScriptR3_21Nitin Dahyabhai1-12/+12
2020-08-12[565998] Use a product preference key for the editor ID when the new JS wizardNitin Dahyabhai3-4/+29
2020-08-06[562357] Re-add and reorganize some of the preferences relevantNitin Dahyabhai3-2/+62
2020-07-28[562357] Remove and cleanup more JavaScript preferences and docNitin Dahyabhai4-61/+38
2020-03-27Bug 561521 - Create New JavaScript Project Wizard gets blocked on perfotmFinishVictor Rubezhny1-2/+7
2020-03-20Bug 540227 - NullPointerException in JavaInformationProvider.updateVictor Rubezhny1-22/+10
2020-03-19Bug 509820 - Compare With ... not working for Javascript filesVictor Rubezhny1-23/+20
2019-12-01[553645] Duplicated "Show In" on JavaScript projects in 2019-09Nitin Dahyabhai2-6/+6
2019-08-15[550085] Integrate features from the Generic EditorNitin Dahyabhai4-5/+196
2019-03-22move up to EPL v2R3_14nickboldt127-127/+127
2019-03-22move up to EPL v2nickboldt1898-3668/+3668
2017-10-05[519774] - move javascript validation into jsdt.web.uiRob Stryker5-623/+83
2017-03-17Bug 513704 - An NPE exceptions like CompilationUnit.buildStructure() started ...Victor Rubezhny1-2/+17
2017-03-06Bug 497249 - Switch to closure compiler for JS parsingGorkem Ercan4-9/+14
2016-12-15Bug 507518 - Nested brackets in template literals breaks the javascript forma...Victor Rubezhny1-2/+2
2016-10-17Bug 492998 - Selection and dependent functionality works wrong when a file is...Victor Rubezhny4-72/+60
2016-10-17Bug 485706 - Please lift limit on number of auto activation triggers.Victor Rubezhny1-9/+13
2016-10-17Bug 505317 - IllegalArgumentException in JavaSearchQuery.<init>Victor Rubezhny1-3/+4
2016-10-17Bug 505675 - JavaScript Model Exception is printed out to the Console when re...Victor Rubezhny1-9/+8
2016-10-17Bug 505677 - ArrayIndexOutOfBoundsException in JSDTSourceValidator.calcPositionVictor Rubezhny1-2/+2
2016-10-05Bug 491637 - JavaScript as-you-type validation shouldn't appear for non-JSDT ...Victor Rubezhny1-0/+9
2016-08-30Bug 500305 - Invoking parameter hint causes API error.Angel Misevski1-8/+4
2016-08-25[bug 496348]- Eclipse neon, javascript 'export' generates a 'Unexpected token'Gorkem Ercan1-0/+2
2016-08-25Bug 356606 - [formatter] Unwanted alignment on Enter when inside array Patrik Suzzi3-5/+29
2016-08-04Bug 486065 Chromium Browser detection for Windows - Fixed array index out of ...Shane Bryzak1-53/+60
2016-07-27[Bug 315507][Formatter] Setting "space after function keyword"vanuan4-2/+19
2016-07-13Bug 497873 - NullPointerException in CreateMultipleSourceFoldersDialog.openVictor Rubezhny1-2/+2
2016-07-13Bug 497858 - NullPointerException in LinkedNodeFinder.findByBindingVictor Rubezhny1-5/+7
2016-06-29Bug 489656 [ES6] Support for ES exports on Outline viewShane Bryzak27-33/+229
2016-05-26Bug 493393 - ClassCastException from KeywordCompletionProposalComputer & Iden...Victor Rubezhny3-17/+45
2016-05-25Bug 494567: Adding a null validation to avoid NPE.Orlando Rincón1-1/+4
2016-05-25Bug 494492 - NPE in org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.SetFi...Victor Rubezhny1-8/+11
2016-05-23Bug 493810: fix return type of computeContextInformationJonah Graham2-3/+5
2016-05-20Bug 492130 - [ES6] Define a way to enable module parsingShane Bryzak3-16/+40
2016-04-29Bug 492753 - JSDT UI has failed to compile against Platform UI M7Victor Rubezhny1-8/+2
2016-04-28Bug 491734: Fixing problem with Node.js launching (and exception catch)Orlando Rincón6-33/+14
2016-04-28Add icons for identifier proposalsGorkem Ercan2-2/+8
2016-04-27Bug 486776 - Refactor JSDT Code CompletionIan Stewart-Binks5-0/+966
2016-04-14Bug 489861 - [cleanup] Clean up CodeTemplateContextType.javaIan Stewart-Binks1-181/+165
2016-04-14Test fixes after esprima parser switchGorkem Ercan1-4/+1
2016-04-14Use importer API from Platform M6Mickael Istria1-0/+165
2016-04-14Bug 481344 - JSDT should support the use of sourcevalidation extension pointVictor Rubezhny4-8/+670
2016-04-13Bug 488975: Create UI to contribute new JavaScript runtimesOrlando Rincón10-0/+2163
2016-04-12Bug 489861 - [cleanup] Clean up TemplateCompletionProposalComputer.javaIan Stewart-Binks1-51/+53
2016-04-12488724 Highlighting for template literalsShane Bryzak18-27/+220
2016-04-11Bug 486776 - Refactor Keyword CompletionIan Stewart-Binks5-52/+408
2016-03-30Bug 486341 - Improve dark theme for JavaScript Editor + Content assist +angelozerr1-5/+48

Back to the top