Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-20Move bundlesRob Stryker281-58596/+0
Signed-off-by: Rob Stryker <rob@oxbeef.net>
2017-07-04[nobug] sort contents of annotations table in debug status dialogNitin Dahyabhai1-17/+25
2017-04-25Merge "Bug 459345 - NPE in quick outline "Nitin Dahyabhai1-8/+11
2017-04-25[nobug] copyright year updatesNitin Dahyabhai2-2/+2
2017-04-24Bug 493711 - Enable hash lookup for tree inMichal Niewrzal1-0/+2
ConfigurableContentOutlinePage Change-Id: I638e22e778dc857af66ebc4271e361024d6ed6f7 Signed-off-by: Michal Niewrzal <michal.n@zend.com>
2017-04-21Bug 515454 - Add support for async code completionMichal Niewrzal1-0/+11
Change-Id: Iaa6a4a54afddedcd6ca689c61554584c5641183c Signed-off-by: Michal Niewrzal <michal.n@zend.com>
2017-03-09Bug 513385 - Remove references to org.eclipse.jface.util.ListenerListVictor Rubezhny1-3/+3
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
2017-01-02Bug 459345 - NPE in quick outline gautier1-8/+11
Change-Id: I674156d69c3def31b1ce8ced69be2aff46c955f6 Signed-off-by: Alina Marin <alina@mx1.ibm.com> Signed-off-by: gautier <gautier.desaintmartinlacaze@gmail.com>
2016-05-12Bug 490326 - Hover text over a node takes whole workspace area when the file ↵Snjezana Peco1-1/+1
is large Change-Id: I337ed8965cf10ef00fa63a25d7167ae82c98f155 Signed-off-by: Snjezana Peco <snjeza.peco@gmail.com>
2016-04-12[449327] html validation is marking valid html5 attributes with a warning ↵Nitin Dahyabhai1-1/+2
will affect AngularJS 2.0 Lesser implementation with matching changes for the HTML DOM, a new HTML-specific tokenizer, and corresponding tests for just the Angular specific characters.
2016-03-26[481344] JSDT should support the use of sourcevalidation extension pointNitin Dahyabhai1-88/+37
Support locating the backing IFile for non-SSE IDocuments
2016-02-10[486252] XML Editor's Outline never shows zero-length attributesNitin Dahyabhai1-2/+10
Show them. Also reordered the selection of the attribute so "id" or "name" attributes are preferred over any old Required one, when present. Versions of sse.ui and xml.ui incremented for WTP 3.8.
2015-10-28[320996] [misc] "Unsupported content type in editor" when opening XML files ↵Nitin Dahyabhai4-9/+125
with XML editor Codify the workaround of adding to content type settings, for just the input name.
2015-10-12[479129] After rename html file DirtyRegionProcessor haven't documentNitin Dahyabhai1-11/+5
Move the #releaseFromRead() call so it happens when removing the old document
2015-05-14[465294] Editor lagging while typing on Mars M6 - seems like every single ↵R3_7_0Nitin Dahyabhai1-19/+1
character creates an "undo" history entry Remove the misbehaving StructuredTextViewerUndoManager.UndoNotifier that's ending the current text command on routine selection events from the source viewer.
2015-04-30Bug 428057 - The annotation icon isn't shown for 'undefined attribute name' ↵vrubezhny1-9/+21
error in HTML Editor The icons from Platform UI Shared Images is added to draw for Info, Warning and Error Temporary Anntations Signed-off-by: vrubezhny <vrubezhny@exadel.com>
2015-04-22Bug 464161 - NPE in StructuredTextEditor.update (3091)vrubezhny1-2/+3
When a file is being refactored, it's possible that no more Structured Model could be created on a file that is a result of refactoring. As such, it's possible that StructuredTextEditor.getInternalModel() will return null, so the result of getInternalModel() call is to be checked against null. Signed-off-by: vrubezhny <vrubezhny@exadel.com>
2014-10-03[445836] NPE in ConfigurableContentOutlinePage during part activationNitin Dahyabhai1-12/+21
2014-06-17[367267] Code Assist Item contains string with new line character and ↵Nick Sandonato1-1/+4
therefore is not displayed properly.
2014-04-24[430312] If two highlighters always report same Position they are ↵v201404240319Dawid Pakuła2-18/+13
interchangeably used Signed-off-by: Dawid Pakuła <zulus@w3des.net>
2014-04-08[430312] If two highlighters always report same Position they are ↵v201404081933Nick Sandonato1-5/+25
interchangeably used
2014-02-27[428013] [regression] Web->HTML Files->Validation preference page doesn't ↵v201402270431vrubezhny1-1/+2
saves the new severity values The severity values change/save is restored The project re-validation is not requested after 'Apply' is pressed Signed-off-by: vrubezhny <vrubezhny@exadel.com>
2014-01-13[424590] debug perspective messed up, exceptions in the logv201401132103Nick Sandonato1-2/+2
2013-12-27[424696] Spelling regions are always inheritedv201312271445Nick Sandonato1-3/+11
2013-12-09[423019] Reopening Outline view fails when only one perspective is open.Nick Sandonato1-60/+67
2013-11-15[346204] [editor] Confusion in ↵v201311152002Nick Sandonato1-3/+20
org.eclipse.wst.sse.ui.internal.taginfo.BestMatchHover.getHoverControlCreator()
2013-11-15[417570] XML auto-complete/content-assist does not work in read-only files.v201311151625Nick Sandonato4-4/+8
2013-03-28[404581] Proposals are lost if a legacy processor throws an exceptionv201303281757Nick Sandonato1-1/+8
2013-02-26[401838] Filter property tester bothers non-StructuredTextEditorsv201302262134Nick Sandonato1-3/+8
2013-02-26[401833] Outline creation fails when StructuredTextEditor is embedded in ↵v201302262113Nick Sandonato1-13/+1
MultiPageEditorPart
2013-02-14[209296] [formatting] format via cleanup does not format file completelyNick Sandonato1-0/+37
2013-01-18[398460] Editor is still marked dirty when relaunching editor after closing ↵v201301180434Nitin Dahyabhai1-1/+2
without saving changes
2013-01-15[397904] Memory leaks in Juno when opening and closing XML Editor - Context ↵v201301162256Nick Sandonato1-1/+13
Checker
2013-01-14[397904] Memory leaks in Juno when opening and closing XML Editorv201301142144Snjezana Peco6-9/+48
2013-01-08[387855] Unknown Option in the Edit Menu - log cleanupv201301082034Nick Sandonato2-5/+2
2013-01-08[387855] Unknown Option in the Edit Menuv201301081913Nick Sandonato1-1/+4
2013-01-07Bug 397475v201301072137Snjezana Peco1-7/+10
2012-12-12[146849] org.eclipse.jface.text.TextViewer.shiftLeft required too much timev201212122108Nick Sandonato1-2/+19
2012-11-13[394123] XML_PI_CONTENT doesn't get hover callbackv201211131545Nick Sandonato1-0/+21
2012-11-09[393937] Hyperlinks not shown on XML_PI_CONTENTv201211090417Nick Sandonato1-0/+8
2012-11-01[208636] [misc][context launching] incorrect debug launch context after ↵v201211012113Nick Sandonato1-6/+7
setting focus in outline view
2012-10-31[384776] [reconciling] DirtyRegionProcessor incorrectly calculates ↵v201210311514Nick Sandonato1-16/+8
partitioning changes, that results in re-validation of all the document instead of a one or few partitions.
2012-10-22[312381] [ui] Smart Insert Close Element functionality (automatic insertion ↵v201210221950Nick Sandonato1-0/+78
of ending tags) does not work as expected when StructuredTextViewer is embedded in a dialog for editing XML code
2012-10-17[343802] [content assist] Disabled content assist categories in 'Preference ↵v201210171937Nick Sandonato1-1/+12
page- Web - HTML Files - Editor - Content Assistant' still can work when opening xhtml as jst.jsf content type
2012-10-17[372008] [content assist] Icon of CompletionProposalCategory does not allow ↵v201210171531Nick Sandonato1-7/+3
platform:/... syntax
2012-10-12[315724] [document] BasicStructuredDocument replaces non editable portion.v201210122030Nick Sandonato1-1/+9
2012-08-13[381638] Missing license header on ↵v201208131741Nick Sandonato8-0/+80
org.eclipse.jst.jsp.core.internal.java.JSPProblemRequestor
2012-04-25[nobug] NPE on unit test (timing)nitind1-4/+10
2012-02-14[370682] ClassCastException in SSE Outline handler. Invalid enablement.nsandonato2-6/+6
2012-02-02[367874] org.eclipse.wst.sse.ui.internal.derived.HTML2TextReader hangs when ↵nsandonato1-2/+2
reading file with <head>

Back to the top