Fixed SD2-1265: Font size chosen in text editor options is not consistent with other Windows applications
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3356 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Fixed text editor bug: Starting an incremental search while the cursor is over the selection caused cursor not to revert to the normal "I-beam" when aborting incremental search.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3354 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Fixed SD2-1407: No filename or path in error pad when project is built from inside SharpDevelop's folders
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3353 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Fixed SD2-1440: C# expression finder fails when cast follows if statement
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3352 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Assign Node.Parent and check its value in unit tests (at least for statements+expressions)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3351 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
When searching references to an attribute, also look for the abbreviated name.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3349 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Fixed SD2-1398: Lambda type inference fails when returning a lambda.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3348 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Fixed SD2-1399: Lambda type inference fails when using a lambda in an object initializer
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3347 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Fixed SD2-1400: Lambda type inference fails when using lambda in collection initializer
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3346 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Fixed SD2-1401: Code completion fails for object initializers used in field initializers
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3345 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Don't show tooltips when code-completion is disabled.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3343 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Fixed SD2-1430: Documentation comments not found when attributes are contained in #region.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3342 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Fixed SD2-1436: Type references in VB delegate declarations are not resolved correctly
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3341 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Separated the resource storage management from the DesignerResourceService so that the ResourceStore is persistent for the lifetime of the view content, but the service can be deleted after unloading of the designer. Previously, the DesignerResourceService was automatically disposed on unloading, possibly deleting unsaved resources.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3332 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
- Support for NameScopes, Binding
- Remove TreeView dependency from PropertyGrid (now DataTemplates)
- Fixing Outline, XamlFormatter, ME Tokenizer/Parser
- Expremints with EnumBar
Broken:
- BrushEditor (serialization still required)
- XamlObject.XmlElement must be always consistent
(in the case of ME it's detached from real Xml), during parsing too.
TODO: Designer Itself!
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3329 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Documented missing services in DefaultServiceContainer.cs.
Use DesignSurfaceManager for managing multiple open designers and it provides an implementation of IDesignerEventService. Removed our own DesignerEventService which duplicated what is already there.
Add CodeDomProvider and UndoEngine to the service container as they are requested occasionally by the framework.
Improved disposing of the DesignerViewContent.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3327 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61