Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-03refactoring, move MarkerHoverControl out of the PomtextHover, it has grown to...Milos Kleint2-505/+534
2011-02-03335297 hovers associated with hyperlinks now have the link in the hover as we...Milos Kleint4-70/+120
2011-02-02335719: error marker when project configuration update is requiredIgor Fedorenko2-5/+5
2011-02-02335491 have all markerresolutions to implement ImarkerResolution2Milos Kleint1-7/+21
2011-02-02335491 show icon for marker resolution proposalMilos Kleint1-2/+3
2011-02-02335297 have a jdk like hover for annotations/markers in the pom editorMilos Kleint3-61/+661
2011-01-26groupid can be undefinedMilos Kleint1-1/+2
2011-01-25find the goals correctly for default execution idMilos Kleint2-1/+15
2011-01-25add more details about execution into the additional information windowMilos Kleint3-5/+18
2011-01-21switched to org.eclipse.m2e for selfhostingIgor Fedorenko4-18/+2
2011-01-21cannot use StructuredDocument afer releasing it..Milos Kleint3-100/+128
2011-01-21rewrite InsertArtifactProposal not to manually insert strings into document.Milos Kleint2-171/+193
2011-01-21have the discover marker resolution appear as quickfix proposal in both cases...Milos Kleint1-11/+20
2011-01-21have a way to delegate/wrap IMarkerResolutions in completion proposals (curre...Milos Kleint1-1/+86
2011-01-21fix logingMilos Kleint1-4/+2
2011-01-21MNGECLIPSE-2730 unknown packaging now also located in pom.Milos Kleint1-18/+42
2011-01-21MNGECLIPSE-2730 have the EDITOR_HINT_NOT_COVERED_MOJO_EXECUTION marker placed...Milos Kleint6-15/+92
2011-01-21make find methods null proof and add another matcherMilos Kleint1-9/+22
2011-01-20MNGECLIPSE-2649: Merged the org.eclipse.m2e:lifecycle-mapping-metadata-source...vladt1-3/+7
2011-01-20Use PluginExecutionAction enumeration instead of string constantsvladt5-33/+38
2011-01-20Cleanupvladt1-1/+0
2011-01-20refactoring, remove any reference to wst/sse editor stuff from the core plugi...Milos Kleint13-63/+508
2011-01-20move everything xml-document-alike out of the MavenMarkerManager classMilos Kleint2-8/+8
2011-01-20constants introducedMilos Kleint2-4/+7
2011-01-20MNGECLIPSE-2658 overwrite version range if the current version doesn't fit th...Milos Kleint2-1/+42
2011-01-20after applying fix for marker, marker shall be removed.Milos Kleint1-0/+2
2011-01-20files always save, documents as neededMilos Kleint1-5/+15
2011-01-20MNGECLIPSE-2658 better texts and i18nMilos Kleint3-31/+27
2011-01-20MNGECLIPSE-2658 need to define both marker types generatorsMilos Kleint1-0/+4
2011-01-19MNGECLIPSE-2658 add the actual quickfix proposal/marker generator for executi...Milos Kleint5-12/+170
2011-01-19MNGECLIPSE-2658 static import and Matcher pattern introduced, simplifies writ...Milos Kleint2-32/+69
2011-01-19MNGECLIPSE-2658 rename refactoringMilos Kleint1-2/+2
2011-01-19MNGECLIPSE-2658 have a skeleton of the update operation for ignoring/executingMilos Kleint2-0/+403
2011-01-17MNGECLIPSE-2707 comment out the m2menu extension impls, add declarative bindi...Milos Kleint1-1/+1
2011-01-12MNGECLIPSE-2734 have a field decorator for texts and CCombos that appears whe...Milos Kleint1-1/+1
2011-01-12basic infra for adding configuration errors hintsMilos Kleint2-0/+7
2011-01-07Removed unused importsvladt3-8/+0
2010-12-30fix formatting in the generator, rely on FormatProcessorXML class to do the j...Milos Kleint3-25/+23
2010-12-27use IAdaptable instead of special purpose interfaceMilos Kleint1-3/+3
2010-12-27attempt to unify the caching and cache updates of MavenProject instances in t...Milos Kleint1-17/+4
2010-12-27MNGECLIPSE-2682 make sure we indeed have an element in our hands, otherwise p...Milos Kleint1-2/+3
2010-12-22refactor the open pom hyperlink to work on top of the Node hierarchyMilos Kleint3-98/+37
2010-12-21refactor the <module> hyperlink to work on top of the Node hierarchyMilos Kleint1-23/+33
2010-12-21fix pathUp methodMilos Kleint1-1/+1
2010-12-21refactor openXmlEditor() method to open also files coming from local reposito...Milos Kleint1-26/+93
2010-12-21addition to fileForInputLocation() - now capable of finding a java.io.File fo...Milos Kleint1-1/+19
2010-12-21MNGECLIPSE-2667, MNGECLIPSE-2540 have the effective MavenProject instance aro...Milos Kleint3-3/+30
2010-12-20MECLIPSE-1979 keep the previous contract of the getValue methodMilos Kleint1-1/+6
2010-12-20MECLIPSE-1979 replace local code with a combination of utility methods that m...Milos Kleint1-15/+4
2010-12-15MNGECLIPSE-2654: disposed checkDmitry Platonoff1-0/+8

Back to the top