- 1626617 * use kepler to build DLTK, some mac related build fixes. by Andrey Sobolev · 11 years ago
- b83992f * Applied patch for issue Bug 412550 by Andrey Sobolev · 11 years ago
- 5cf777a tests: fix running on windows by Alex Panchenko · 11 years ago
- 1340b23 tests: CodeCompletionResult - get(name), get(kind,name) methods added by Alex Panchenko · 12 years ago
- 0fa5b06 tests: fix excludes in FileUtil.copyDirectory() by Alex Panchenko · 12 years ago
- 3e73572 builder: improve rebuild of dependents by Alex Panchenko · 12 years ago
- 254122b buildpath delta improvements by Alex Panchenko · 12 years ago
- 4178eb6 improve events for buildpath operations by Alex Panchenko · 12 years ago
- ed4cbc0 tests.buildpath: formatting/cleanup by Alex Panchenko · 12 years ago
- f71b5a0 CodeAssistUtil.on(IFile) factory method by Alex Panchenko · 12 years ago
- 4062018 tests: improvements in helper utilities by Alex Panchenko · 12 years ago
- 71610ec ProjectSetup test utils improvements by Alex Panchenko · 12 years ago
- bc1a94a tests: improve utilities for creating prepared projects by Alex Panchenko · 12 years ago
- 48fe3a2 tests: improve helper utilities by Alex Panchenko · 12 years ago
- 1579d9a tests: CodeAssistUtil.CodeCompletionResult.assertEquals(String...) signature changed by Alex Panchenko · 12 years ago
- 6e84ed9 test helper methods in CodeAssistUtil by Alex Panchenko · 12 years ago
- 1a2b506 test helper methods for code completion by Alex Panchenko · 12 years ago
- 7cb70b6 test helper methods: ProjectSetup.build(), ProblemTestUtil.assertProblemCount() by Alex Panchenko · 12 years ago
- 194e5ad pom: core.targetplatform with JUnit 4.10 by Alex Panchenko · 12 years ago
- 7763da4 test helper utils by Alex Panchenko · 12 years ago
- 1aeb55a helper methods for UI tests: closeIntro(), processEvents() by Alex Panchenko · 12 years ago
- 9052460 ISelectionEngine: extend the API to allow returning exact source ranges by Alex Panchenko · 12 years ago
- d1310c9 tests/ProjectSetup: some javadocs added by Alex Panchenko · 12 years ago
- e3ead3c search: matching2 improvements by Alex Panchenko · 12 years ago
- 7dfa79e deprecate @Skip by Alex Panchenko · 12 years ago
- 4dc8ec6 tests: helper classes for search and code assist by Alex Panchenko · 12 years ago
- 7f86591 tests: TestSupport.ignored() also checks @Ignore annotation by Alex Panchenko · 12 years ago
- 521f80b tests: introduce UICompletionUtil.openEditor(ISourceModule) method by Alex Panchenko · 12 years ago
- 3e3e269 tests: ProjectSetup.Option.WAIT_INDEXES_READY by Alex Panchenko · 12 years ago
- 89715a0 tests: support for notYetImplemented() in junit4 tests by Alex Panchenko · 12 years ago
- 5095075 tests: improve helper classes ProjectSetup & UICompletionUtil by Alex Panchenko · 12 years ago
- 383fa21 shortcut for launching dltk.ui.tests by Alex Panchenko · 12 years ago
- e5a9d62 SourceModuleInfoCache: cleanup on project/folder remove, check timestamp when obtaining cached data by Alex Panchenko · 12 years ago
- 2eb7391 tests: increase visibility of UICompletionUtil.getDocument() by Alex Panchenko · 12 years ago
- 119b56c dltk.core.tests: add org.eclipse.dltk.annotations dependency by Alex Panchenko · 12 years ago
- 176ea72 tests: SourceModuleInfoCacheTest moved to dltk.core.tests by Alex Panchenko · 12 years ago
- 7a5c4e0 fix DLTKSearchScope.projectFragment(String) when scope is created based on source modules, bug 387751 by Alex Panchenko · 12 years ago
- f2a649b tests/ProjectSetup: more helper methods by Alex Panchenko · 12 years ago
- 089cb9f build: adjust test configuration in poms, remove old build scripts by Alex Panchenko · 12 years ago
- 63d60ee formatter/tests: support for ignored test cases by Alex Panchenko · 12 years ago
- 50b4476 tests: UICompletionUtil helper class for testing UI completions by Alex Panchenko · 12 years ago
- 1d14408 tests: ProjectSetup helper class to simplify workspace initialization in by Alex Panchenko · 12 years ago
- 1266bdc Change version to 5.0.0 by Alex Panchenko · 12 years ago
- c5921dc fix failed tests by Alex Panchenko · 12 years ago
- aa23dac tests: copy field values from previous instance even when suite is created automatically by Alex Panchenko · 12 years ago
- c6956c5 tests: BundledProjectSetup sets suite name as the longest common prefix of all the contained suites by Alex Panchenko · 12 years ago
- b0bdf52 FloatNumberRule by Alex Panchenko · 12 years ago
- 6aa131e ui.tests: don't extend SuiteOfTestCases when not needed by Alex Panchenko · 12 years ago
- 9b5944f ui.tests: eclipse code style by Alex Panchenko · 12 years ago
- 42fd0c7 tests: workaround for executing setUpSuite() when invoking standalone test by Alex Panchenko · 12 years ago
- 0d45a1b update JDT project settings by Alex Panchenko · 12 years ago
- 3a1c130 search: improve toString() methods useful in debugging by Alex Panchenko · 12 years ago
- b482f9c IBuildContextExtension.getDependents() by Alex Panchenko · 12 years ago
- 4700567 tests: validate if specified test bundle/project exists by Alex Panchenko · 12 years ago
- ac24639 Convert .cvsignore to .gitignore by Alex Panchenko · 12 years ago
- ed531ca public static String toString(Collection<String> strings) by apanchenk · 12 years ago
- 2c23ccf tests: option to disable indexer during the test by apanchenk · 13 years ago
- 42720b3 IntList.removeAt() method and test by apanchenk · 13 years ago
- 905b3f7 Additional build extensibility - IBuildParticipantPredicate introduced by apanchenk · 13 years ago
- e28dd70 extract auto-build related functions to WorkspaceAutoBuild class by apanchenk · 13 years ago
- 6193377 fix typo in disableAutoBuild() method name by apanchenk · 13 years ago
- c9bd4f9 support for creating multiple projects by apanchenk · 13 years ago
- 5afd724 call static getProject() without this. by apanchenk · 13 years ago
- 92540f5 call static getProject() without this. by apanchenk · 13 years ago
- b0a8e18 TestSupport.ignored(testCase) by apanchenk · 13 years ago
- 0ee6e48 generics by apanchenk · 13 years ago
- cd3976c ignore target/ folders by apanchenk · 13 years ago
- 9bc0f7f ignore target/ folders by apanchenk · 13 years ago
- bf2b740 ignore target/ folders by apanchenk · 13 years ago
- 1b0983f ignore target/ folders by apanchenk · 13 years ago
- 1114cf4 deleteProjects(final String... projectNames) - change signature by apanchenk · 13 years ago
- 99ab2a7 fix java compliance settings by apanchenk · 13 years ago
- a51660e * main build/pom.xml now build only one all-in-one update site with sources by asobolev · 13 years ago
- ae3da71 remove: catch(Throwable e) { e.printStackTrace();} by apanchenk · 13 years ago
- 2b6b523 * building of other dltk components using maven/tycho by asobolev · 13 years ago
- 66d88a4 * tycho 0.12.0 based build update + poms for tcl*, ruby, javascript are updated by asobolev · 13 years ago
- 944f7af * bulk update of version to 4.0.0 by asobolev · 13 years ago
- d0e89af Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
- b902006 Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
- bbcfadc Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
- 7c8be6d Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
- 954da32 Eclipse-LazyStart->BundleActivationPolicy by apanchenk · 13 years ago
- b5fb725 change dependency to org.eclipse.text by apanchenk · 13 years ago
- 685b916 launch org.eclipse.dltk.formatter.tests tests by apanchenk · 13 years ago
- d039e25 eclipse code style by apanchenk · 13 years ago
- 2a22631 use TextUtils.join() instead of internal method by apanchenk · 13 years ago
- c871973 launch org.eclipse.dltk.core.tests tests by apanchenk · 13 years ago
- 33281de isReadOnlySupported() checks by apanchenk · 13 years ago
- be573c5 update versions to 3.0 by apanchenk · 13 years ago v20110424
- c16d91a update versions to 3.0 by apanchenk · 13 years ago
- 4812e2e update versions to 3.0 by apanchenk · 13 years ago
- 847953f update versions to 3.0 by apanchenk · 13 years ago
- 3e747ab update versions to 3.0 by apanchenk · 13 years ago
- 5d20146 3.0 versions for required org.eclipse.dltk plugins by apanchenk · 13 years ago
- 9326f38 ignore target folder by apanchenk · 13 years ago
- 6e50584 optional parameter to run project build by apanchenk · 14 years ago
- 6036756 increase visibility of getProject(String) by apanchenk · 14 years ago
- 71d92ed build core/tests by apanchenk · 14 years ago
- 94ac5e8 test decorator to init project with prepared content by apanchenk · 14 years ago
- 70d498e increase visibility for some methods by apanchenk · 14 years ago