1. f0478fe ui: NewSourceModuleInPackagePage - new source module page with separate package field, bug 396906 by Jens Von Pilgrim by Alex Panchenko · 12 years ago
  2. 755a592 NewPackageWizardPage: increase visibility to protected for PACKAGE and packageChanged() by Alex Panchenko · 12 years ago
  3. e4a358c dltk.ui: use StatusInfo from non-internal package by Alex Panchenko · 12 years ago
  4. 355258b ScriptSourceViewerConfiguration: getAdditionalHyperlinkDetectorTargets() for detectors to be added after ModelElementHyperlinkDetector by Alex Panchenko · 12 years ago
  5. e2bc829 OpenTypeHierarchyUtil: if ILocalVariable then try to adapt it to IType by Alex Panchenko · 12 years ago
  6. ae0d2b4 ScriptDocumentationAccess.getDocumentation() signature review changing context parameter to IAdaptable type by Alex Panchenko · 12 years ago
  7. 5c04144 ModelElementHyperlinkDetector: implement IHyperlinkDetectorExtension by Alex Panchenko · 12 years ago
  8. e906afc OpenTypeHierarchyAction: generics/@Overrides by Alex Panchenko · 12 years ago
  9. 1dfc2c3 generics in org.eclipse.dltk.internal.ui.wizards by Alex Panchenko · 12 years ago
  10. 6a29d25 ISourceModuleWizardExtension docs by Alex Panchenko · 12 years ago
  11. 1642307 CompletionProposalLabelProvider.decorateImageDescriptor() returns the same descriptor if no adornment flags by Alex Panchenko · 12 years ago
  12. 40e2aa6 ScriptElementImageDescriptor: support DEPRECATED flag by Alex Panchenko · 12 years ago
  13. d7d89aa some javadocs for TypeNameMatchLabelProvider by Alex Panchenko · 12 years ago
  14. 9052460 ISelectionEngine: extend the API to allow returning exact source ranges by Alex Panchenko · 12 years ago
  15. 49e2819 org.eclipse.dltk.ui.text.completion: generics/@Override by Alex Panchenko · 12 years ago
  16. 90957b8 editor/hover: use not deprecated constructor of DefaultInformationControl in getHoverControlCreator() by Alex Panchenko · 12 years ago
  17. 4b27a68 LazyScriptCompletionProposal: setProposalInfo() override bugfix + missing @Overrides by Alex Panchenko · 12 years ago
  18. 557c55c ScriptEditor: drop unused nested action class which is now available in AbstractTextEditor by Alex Panchenko · 12 years ago
  19. 063d6c9 javadocs for IOpenDelegate by Alex Panchenko · 12 years ago
  20. f65bafb ui: drop own copy of IInformationControlExtension4 and use it from jface by Alex Panchenko · 12 years ago
  21. fb8c22c dltk.ui: IScriptAnnotation getSourceStart(), getSourceEnd() methods added by Alex Panchenko · 12 years ago
  22. 368bb9d DLTKPluginImages loads IMG_CORRECTION_CHANGE, IMG_CORRECTION_ADD by Alex Panchenko · 12 years ago
  23. f3e7eeb use ICompletionProposalInfo extracted interface instead of ProposalInfo class by Alex Panchenko · 12 years ago
  24. 6b7b4d8 SelectionListenerWithASTManager: cancel job when removing last listener by Alex Panchenko · 12 years ago
  25. 3010294 add method useful for testing folding providers by Alex Panchenko · 12 years ago
  26. dff49c1 [internal] generics in DefaultFoldingPreferenceConfigurationBlock by Alex Panchenko · 12 years ago
  27. 0940fa5 NewSourceModulePage: formatting by Alex Panchenko · 12 years ago
  28. 29ad2b9 NewSourceModulePage.setFileText(name, canBeModified) method added by Alex Panchenko · 12 years ago
  29. d7cce52 outline: initially collapse methods/fields of a type if no nested types by Alex Panchenko · 12 years ago
  30. da1e35f ScriptTemplateProposal.toString() implemented for debug purposes by Alex Panchenko · 12 years ago
  31. 1262b0f CompletionProposalCategory: fix API: SubProgressMonitor -> IProgressMonitor by Alex Panchenko · 12 years ago
  32. 376d13e completion: stable sort order for the multiple proposals for the same keyword by Alex Panchenko · 12 years ago
  33. 4fc603d DocumentUtils.asCharSequence(IDocument) by Alex Panchenko · 12 years ago
  34. 4aca30b Fixed ScriptTemplateCompletionProcessor.getTemplates() implementation by Alex Panchenko · 12 years ago
  35. 5a0e9f6 ScriptTemplateAccess.getContextTypeIds() introduced by Alex Panchenko · 12 years ago
  36. fa1da5a documentation: IDocumentationResponse.getText() method added by Alex Panchenko · 12 years ago
  37. 3bbf9d4 generics by Alex Panchenko · 12 years ago
  38. b0bdf52 FloatNumberRule by Alex Panchenko · 12 years ago
  39. 4849126 ui/plugin: wrap workbench preShutdown hook with SafeRunnable, inspired by bug 391938 by Alex Panchenko · 12 years ago
  40. e332a3a testing: generics + some javadocs added by Alex Panchenko · 12 years ago
  41. b1069e7 editor: fix deactivation of "Link with Editor" in Outline, bug 360689 by Alex Panchenko · 12 years ago
  42. 78a7c09 editor/reconciler: ignore some element change events by Alex Panchenko · 12 years ago
  43. 2bd9175 completion/ui: don't generate multiple proposals for methods with optional parameters in context-information-mode by Alex Panchenko · 12 years ago
  44. 9a13d82 fixes for javadoc-like completion by Alex Panchenko · 12 years ago
  45. 6fbdb3b completion/ui: in proposal kind have no special handling then just create ScriptCompletionProposal without any special decorations by Alex Panchenko · 12 years ago
  46. 4c8570c completion: support for the optional method parameters by Alex Panchenko · 12 years ago
  47. 16bf8ba internal: deprecate ScriptExplorerPart.VIEW_ID by Alex Panchenko · 12 years ago
  48. b65bba4 CompletionProposalFilter by Alex Panchenko · 12 years ago
  49. c0628ce ui: new preferences to control the rendering of parameter names & types (by default only parameter names are displayed) by Alex Panchenko · 12 years ago
  50. 9062c04 ScriptElementImageProvider.getMethodImageDescriptor() returns DESC_METHOD_DEFAULT if not specified by Alex Panchenko · 12 years ago
  51. 281131f CODEASSIST_VISIBILITY_CHECK support reviewed by Alex Panchenko · 12 years ago
  52. 763e72d preferences: generify classes by Alex Panchenko · 12 years ago
  53. 00a57f1 generics by Alex Panchenko · 12 years ago
  54. caa80ef fix replacement in "overwrite" completion mode by Alex Panchenko · 12 years ago
  55. fc89f3d ScriptMethodCompletionProposal: fix possible stack overflow by Alex Panchenko · 12 years ago
  56. c32514c ScriptTemplateCompletionProposals: handle word/line_selection variables by Alex Panchenko · 12 years ago
  57. 084491f fix potential null pointer access by Alex Panchenko · 12 years ago
  58. 6b754d4d DLTKPluginImages.DESC_OBJS_ANNOTATION by Alex Panchenko · 12 years ago
  59. 34ffda0 increase visibility of createFieldProposal() by apanchenk · 12 years ago Root_R4_0_maintenance
  60. 195c72c - added support for creating heredoc partitions by jgangemi · 12 years ago
  61. 59bf851 generics by apanchenk · 12 years ago
  62. 6d05e76 OpenType dialog: improve search by fully qualified names by apanchenk · 12 years ago
  63. 019454c DocHover: escape HTML in element title by apanchenk · 12 years ago
  64. 297991c remove java-specific code from createTypeProposalLabel(String) by apanchenk · 12 years ago
  65. 7ede9d4 Documentation hover improvements by apanchenk · 12 years ago
  66. 436d84b ScriptElementImageProvider.getBaseImageDescriptor() handles LOCAL_VARIABLE by apanchenk · 12 years ago
  67. cabc7da DocumentationHover improvements by apanchenk · 12 years ago
  68. a0987ff Rebuild projects after upgrade by apanchenk · 12 years ago
  69. 6a76d80 extract DLTKPluginImages.getImage(AbstractUIPlugin plugin, String imagePath) method by apanchenk · 12 years ago
  70. 1557932 test if it is a IMarkerResolution2 to get the image by jcompagne · 12 years ago
  71. 4290786 deprecate isInScriptdoc() and add isInDoc() by apanchenk · 13 years ago
  72. a90eeca protected final void bindControl(Button button, PreferenceKey key) method added by apanchenk · 13 years ago
  73. da8444a public Image getImage(ImageDescriptor descriptor) method added by apanchenk · 13 years ago
  74. 4ba847a if no arguments select configured cursor position by apanchenk · 13 years ago
  75. 66da602 if no arguments select cursor position by apanchenk · 13 years ago
  76. 7e5979d fix typo in method names by apanchenk · 13 years ago
  77. c168a22 extracted common base class LinkedModeScriptCompletionProposal by apanchenk · 13 years ago
  78. 0e4dac4 move try/catch from accept() to processUnprocessedProposals() - the protected logic was moved there earlier by apanchenk · 13 years ago
  79. 95829e9 Script Explorer: add back GotoRequiredProjectAction to avoid potential NPE by apanchenk · 13 years ago
  80. f980948 merge message files by apanchenk · 13 years ago
  81. 57b925f remove unnecessary lines by apanchenk · 13 years ago
  82. 2a4b958 Semantic highlighting: don't need TextTools in initializeHighlightings() by apanchenk · 13 years ago
  83. c411c54 report problems in the editor even if file has no script nature by apanchenk · 13 years ago
  84. 43139dc remove unnecessary cast by apanchenk · 13 years ago
  85. d637e09 changes to performance measurement by apanchenk · 13 years ago
  86. 0357cb4 remove file content cache by apanchenk · 13 years ago
  87. c600a7b 367757 - Editor caches external file changes by apanchenk · 13 years ago
  88. 423723b generics by apanchenk · 13 years ago
  89. 5b405b6 include all fields in ScriptProjectionAnnotation.toString() by apanchenk · 13 years ago
  90. 1fb7086 EditorUtility,getEditorInput(Object input) doesn't throw exception by apanchenk · 13 years ago
  91. 4f9db45 fall back to the (default) spelling controle quick fix by jcompagne · 13 years ago
  92. 67fcb88 JS completion: insert generic type parameters only in jsdoc by apanchenk · 13 years ago
  93. 22659f9 Problem severity settings moved to core and per-project support added. by apanchenk · 13 years ago
  94. 5eb6cf7 better support for adding PreferenceKeys after creating the block. by apanchenk · 13 years ago
  95. cdc5d44 add .getActiveProfileKey() to the list of all keys by apanchenk · 13 years ago
  96. 52acdad move "public IQuickAssistAssistant getQuickAssistAssistant(ISourceViewer sourceViewer)" from Tcl to ScriptSourceViewerConfiguration by apanchenk · 13 years ago
  97. 07fad0f move ReplacementBuffer as top level class by apanchenk · 13 years ago
  98. d14a4b4 increase visibility of createTypeProposal() to protected by apanchenk · 13 years ago
  99. dfd5a4c removed cloned WhitespaceCharacterPainter and use it from jface, fixes bug 363585 by apanchenk · 13 years ago
  100. 64aa834 bugfix in SemanticHighlightingManager.affectsEnablement() by apanchenk · 13 years ago