Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-09Export internal package.Pascal Rapicault1-1/+1
2010-12-09MNGECLIPSE-2624 have dependency and plugin come before the parent insertion p...Milos Kleint1-24/+25
2010-12-09MNGECLIPSE-2624 i18nMilos Kleint3-13/+22
2010-12-09MNGECLIPSE-2624 add a proposal for inserting dependencies.Milos Kleint4-37/+120
2010-12-08more refactoring, methods that require MavenProject shall have it as paramete...Milos Kleint7-216/+146
2010-12-07for proposals in managed section use the managed keys to mark results as used.Milos Kleint3-29/+36
2010-12-07refactoring. make sure any Node related operation on current document happens...Milos Kleint5-98/+135
2010-12-07move the utilitity methods to one class (XmlUtils)Milos Kleint10-225/+321
2010-12-06Initial commit at EclipsePascal Rapicault66-0/+5646

    Back to the top