Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-05366652 Fixed Update Maven Project dialog failure in some casesmilestones/1.1/1.1.0.20120505-1126Antoine DE TROOSTEMBERGH1-6/+23
2012-03-20371097 return projects generated from an archetypeFred Bricon2-5/+4
2012-02-14371438 fixed codeassist uses wrong parent node in some casesIgor Fedorenko1-1/+3
2012-02-08fixed NPE in WindowBuilder design editorIgor Fedorenko1-9/+21
2012-01-30359340 : Add API for Eclipse project -> Maven Model conversionFred Bricon1-0/+4
2012-01-11367547 refactored and moved update logic to ProjectConfigurationManagerIgor Fedorenko5-74/+40
2012-01-03367690 dispose clipboard objectIgor Fedorenko1-1/+2
2012-01-01367690 lifecycle mapping project preference pageIgor Fedorenko3-6/+476
2011-12-26367547 don't force dependency update by default, minor layout tweaksIgor Fedorenko1-9/+9
2011-12-26367547 single action to update dependencies, configuration and rebuildIgor Fedorenko11-219/+167
2011-12-21Bug 337353 : properly parse active and inactive profiles, used when building ...Fred Bricon3-9/+9
2011-09-30345746 : fixed confusing title and message in Update Configuration dialogFred Bricon7-12/+123
2011-08-25avoid redundant parent relativePath=..Igor Fedorenko1-1/+4
2011-08-05335383 when selecting version for the parent node (representing the artifactI...Milos Kleint1-1/+13
2011-08-03344990 wrong latest/snapshot version filtersIgor Fedorenko1-40/+118
2011-08-03350443 - Quickfix for lifecycle mapping ignore does not always workIgor Fedorenko1-1/+2
2011-07-26350161 use readProject instead of execute to get hold of MavenProject instanceMilos Kleint1-1/+1
2011-07-21minor api addition to allow creating TextChange instances for refactoring tha...Milos Kleint1-22/+32
2011-07-21minor api addition to allow forcing save of files/documents after performing ...Milos Kleint1-2/+15
2011-07-20352463 avoid duplicate marker appearanceMilos Kleint1-3/+12
2011-07-20352416 when reading text values from raw xml model, we need to trim the value...Milos Kleint1-1/+3
2011-06-28350271 completion proposals to be escaped for query characters. we want a pla...Milos Kleint1-8/+19
2011-06-27350136 the current selection processing needs to come first. Both addDependen...Milos Kleint1-17/+17
2011-06-20349156 make filter case insensitiveMilos Kleint1-3/+3
2011-06-20349494 when editing existing dependency, always lookup in pom by the old coor...Milos Kleint1-12/+55
2011-05-27removed last references to MavenPlugin.getDefaultIgor Fedorenko1-1/+2
2011-05-24346794 maven launch actions enabled for any selectionIgor Fedorenko1-24/+4
2011-05-17345139 better handle nested project structuresIgor Fedorenko1-8/+16
2011-05-12Bug 341059 : set archetype properties in the maven module wizardFred Bricon1-0/+9
2011-05-09project closed exception updating project configurationIgor Fedorenko1-1/+1
2011-05-09o Removed \n from preferences label for preferencesGlobalUpdateNever which do...Benjamin Bentmann1-1/+1
2011-05-03Removed unused IDE search integration classesMatthew Piggott3-296/+0
2011-05-03Bug 343525 - Reveal one of the selected elementsMatthew Piggott1-0/+5
2011-04-27Experimental API to filter maven index entries3.7-M7Igor Fedorenko7-82/+132
2011-04-27Remove unused images from MavenImagesMatthew Piggott1-42/+27
2011-04-27Removed images duplicated from workbenchMatthew Piggott4-42/+39
2011-04-27have a single workspace proposal work for all configuration update marker occ...Milos Kleint1-6/+20
2011-04-27don't allow text edits in combo, got stuck indefinitely when I tried.Milos Kleint1-0/+8
2011-04-27remove TODO in pom comment, rephrase, i18nMilos Kleint1-19/+22
2011-04-26UpdateDependenciesDialog - Fix missing projects when another project's path i...Matthew Piggott1-36/+43
2011-04-26Improve label for Force UpdateMatthew Piggott1-1/+1
2011-04-26bug 338497 - Trigger the lifecycle mapping search from scm importMatthew Piggott1-0/+6
2011-04-26introduced left margin for container layoutMilos Kleint1-1/+4
2011-04-25Removed little 'M' icon decaration from m2e classpath containerIgor Fedorenko1-67/+0
2011-04-25clarified non-API status of IMavenConstantsIgor Fedorenko19-19/+20
2011-04-24clarified non-API status of archetyper integrationIgor Fedorenko4-11/+13
2011-04-24Clarified non-API status of indexer integrationIgor Fedorenko25-60/+65
2011-04-21Bug 338496 - Minor tweaks to update configuration markerMatthew Piggott3-6/+91
2011-04-21Fix duplicated shortcut key on archetype pageMatthew Piggott2-11/+5
2011-04-21Bug 339968 - Import Wizard update configuration after ignoreMatthew Piggott4-4/+33

Back to the top