- 1f2c6da inner classes are static by apanchenk · 16 years ago
- 367cd4c formatting in getTrigger() by apanchenk · 16 years ago
- 758ce7f fixed typo in var/method names by apanchenk · 16 years ago
- 9098879 refactorings + optimizations + new virtual funtions introduced by apanchenk · 16 years ago
- cc97bb9 for zip entries build full paths(with environment id) by apanchenk · 16 years ago
- b7046f2 user libraries management for Ruby by apanchenk · 16 years ago
- 254401e using isLocal() by apanchenk · 16 years ago
- a738bb7 using isLocal() by apanchenk · 16 years ago
- c03286c Quick views (outline and hierarchy) were missed from the context menu by apanchenk · 16 years ago
- df14cf8 unused imports removed by apanchenk · 16 years ago v20080819
- 0927abf evaluate problems as you type" by apanchenk · 16 years ago
- 1bf88e2 register listener for the HANDLE_TEMPORARY_PROBLEMS property by apanchenk · 16 years ago
- bc10d0a use StatusInfo.OK_STATUS instead of Status.OK_STATUS since getMessage() should return null by apanchenk · 16 years ago
- 2f046e2 optimize getChildren() and protect OK_STATUS from modifications by apanchenk · 16 years ago
- 5c554ec public static void initializeDefaultValues(IPreferenceStore store, boolean commonPreferences) method signature changed by apanchenk · 16 years ago
- 68f4480 createCheckButton() version with only two parameters by apanchenk · 16 years ago
- 3297029 fixed ModelElementUtil.getPackageAndSubpackages() - starting package was added twice by apanchenk · 16 years ago
- 726f270 DLTK-660 script explorer empty parent filtering bug in hierarchical package presentation (the folder was filtered when it have subfolders but have no files) by apanchenk · 16 years ago v20080818
- b854518 DLTK-653 build path - add required project should display only the list of the projects with the same nature by apanchenk · 16 years ago
- d41f231 format() now could throw FormatterException by apanchenk · 16 years ago v20080814-1415
- 0339495 change the sequence of the menus, so the sequence will always be Source and Refactor after it by apanchenk · 16 years ago v20080813-1750
- 1f9b556 mark reconciled problems with gray icon by apanchenk · 16 years ago v20080813
- 9f801f1 Corrected externalization issues. by ssanders · 16 years ago
- 2277ae2 check that there are no duplicate control keys by apanchenk · 16 years ago v20080812
- ffa01ea handle indentation type preferences (char and size) by apanchenk · 16 years ago
- e9fb23a disable modify button if there are no formatters by apanchenk · 16 years ago
- ef09ad2 disable combobox if there are no selectable items by apanchenk · 16 years ago
- 419e095 formatter preferences UI by apanchenk · 16 years ago
- bc27c5f insert blank lines before class/method by apanchenk · 16 years ago
- 2a1fa75 formatter preferences UI by apanchenk · 16 years ago
- f5f58dd formatter preferences UI by apanchenk · 16 years ago
- 327a7f1 formatter preferences UI by apanchenk · 16 years ago
- 8462383 use Util.LINE_SEPARATOR by apanchenk · 16 years ago
- 8f2cb1a configure project specific preferences only for the projects with the same nature by apanchenk · 16 years ago
- d66a791 version number changed to 1.0 by apanchenk · 16 years ago
- 45537b9 Added resolveModelElements() to allow alternative editor implementations to override resolution. by ssanders · 16 years ago
- b05220b Added support for ExitPolicy to ignore SWT.CR, when completion popup is displayed. by ssanders · 16 years ago
- c8d596b Corrected getElementAtOffset() to avoid ModelException when input doesn't exist. by ssanders · 16 years ago
- 7123d74 Extracted resolveModelElements() in order to support alternative editor implementations. by ssanders · 16 years ago
- 43c16fb Added better support for insert and highlight matching do/end and {}. by ssanders · 16 years ago
- 2353adc editor & document vars extracted to simplify code by apanchenk · 16 years ago
- 7764a5c Refactored codeSelect behavior to allow alternative editor and source module implementations. by ssanders · 16 years ago
- 2fc026c Removed no-op preference initializer. by ssanders · 16 years ago
- fcc6519 Refactored getCorrespondingResource() to support IAdaptable targets. by ssanders · 16 years ago
- c7dd784 Corrected internalGetParent() to properly handle hiding <default> script folders. by ssanders · 16 years ago
- 2ef6a62 Added script builder lifecycle methods to ensure reusability of instances, and corrected minor parameter issues in ScriptBuilder. by ssanders · 16 years ago
- e1a2bc9 Added bin/ to .cvsignore, and corrected manifest externalization warnings. by ssanders · 16 years ago
- 0b186ce Refactored to support compatibility with 3.3 by ssanders · 16 years ago
- e68bb31 improve error logging by apanchenk · 16 years ago
- 36f85a7 catch all exceptions when calling formatter by apanchenk · 16 years ago
- 6bcc31d public static void warn(String message, Throwable throwable) by apanchenk · 16 years ago
- c2e945c no wildcard imports, please by apanchenk · 16 years ago
- 768bfac detectIndentationLevel() improvements by apanchenk · 16 years ago
- 18f15a5 IScriptFormatterFactory.isValid() by apanchenk · 16 years ago
- 6d06e04 abstract page to select formatter engine by apanchenk · 16 years ago
- bccc348 Source Formatter API by apanchenk · 16 years ago
- 6890288 if description is null - use empty string if name is empty - use class name by apanchenk · 16 years ago
- c1de64d formatting by apanchenk · 16 years ago
- 517f1b5 common GenerateActionGroup by apanchenk · 16 years ago
- d38ad34 - added support for 'Variables' view options by jgangemi · 16 years ago
- 306caf9 - set description, etc from within 'init' instead of constructor by jgangemi · 16 years ago
- ed8dc27 typo in message name fixed by apanchenk · 16 years ago
- 4426bd5 - d'oh, didn't mean to check in DLTKDebugUIPluginPreferenceInitializer last night, this is new code by jgangemi · 16 years ago
- e23f60a - added IDLTKDebugUIToolkit interface and associated implementations by jgangemi · 16 years ago
- cbc8094 Add support for buildpath variables - bug 237210 by apeled · 16 years ago
- d64233e removed deprecated class since it was moved to org.eclipse.dltk.utils by apanchenk · 16 years ago
- cdcac30 Added 'containsOnlyWhitespaces' boolean test utility. NirC by ncohen · 16 years ago
- 6623e88 remove parts from the OpenType to OpenMethod port that are not applicable to the methods by apanchenk · 16 years ago
- 4ad731a call OpenTypeHistory.shutdown() from plugin.stop() by apanchenk · 16 years ago
- 8700766 comment formatting by apanchenk · 16 years ago
- 07dbb77 fixed problem and annotation hover by apanchenk · 16 years ago
- cb6c3e2 Quick Fix implementation for temporary problems reported as annotations by apanchenk · 16 years ago
- 792c425 FIXABLE_PROBLEM & FIXABLE_ERROR images by apanchenk · 16 years ago v20080717
- 14fe56e formatting by apanchenk · 16 years ago
- 62fcca3 log error using DLTKUIPlugin.logErrorMessage() by apanchenk · 16 years ago
- b76ad47 formatting by apanchenk · 16 years ago
- 5049b0a * fixed NPE on activating Working Sets from Script Explorer by asobolev · 16 years ago
- e35ca3e introduced new method SourceParserUtil.getModuleDeclaration(ISourceModule) since most of the time it is called without problem reporter by apanchenk · 16 years ago
- fc5a566 report compilation problems to the AnnotationModel if it is active by apanchenk · 16 years ago
- b6f08dc undeprecated by apanchenk · 16 years ago
- 2510d56 BufferManager.createBuffer() now is static by apanchenk · 16 years ago
- 3a5de0b "report problem as you type" checkbox by apanchenk · 16 years ago
- b96d84d formatting by apanchenk · 16 years ago
- 05969f8 store.setDefault(PreferenceConstants.EDITOR_EVALUTE_TEMPORARY_PROBLEMS,true); by apanchenk · 16 years ago
- cb94ecf removed some commands duplications on "org.eclipse.ui.commands" Nir Cohen by ncohen · 16 years ago
- b226bb3 oeps some logging kept around by jcompagne · 16 years ago
- 8b8a7d9 selected text shouldnt be reset then we loose there the package/script name by jcompagne · 16 years ago
- 15dc540 append the package name just like the Java open Type Dialog does. by jcompagne · 16 years ago
- bfc7998 register annotationTypes for the dltk.error/warn/info by apanchenk · 16 years ago
- b5b8bce fixed annotation names by apanchenk · 16 years ago
- cd3fd39 add images for the temporary problems reported as annotations by apanchenk · 16 years ago
- 9d33d35 IStructureSelection added to the fillMenu() method by apanchenk · 16 years ago
- e07c8ac abstract action to automatically create submenus similar to "Run/Debug As" by apanchenk · 16 years ago
- d6a2def Use "Checking consistency of method history..." message by apanchenk · 16 years ago
- 643b483 list caption changed to "matched methods" by apanchenk · 16 years ago
- d838cdf break assert()s into 2 - so there is no warning potential NPE by apanchenk · 16 years ago
- 3c894f8 use Assert from org.eclipse.core.runtime by apanchenk · 16 years ago
- ac44210 call getDeclaringType() here - to filter elements without it by apanchenk · 16 years ago
- 9741d24 1. Adding OpenMethodAction by rganor · 16 years ago
- ad5ca9c * folders support by asobolev · 16 years ago