2220 Commits (dc48a81a05fed51c3b6f497517fde4ebd693b131)

Author SHA1 Message Date
David Srbecký 82f1d45ae9 Refresh local variables in batches to reduce flickering 20 years ago
David Srbecký 1c87c9aa47 Fixed typo from 1396. (Forum-7647) 20 years ago
David Srbecký 943b083085 Code from Function.CreateStepper moved to Stepper constructor 20 years ago
David Srbecký d26dbe7a59 Token of last function verified on pause (Forum-7593) 20 years ago
David Srbecký 28744898cc Added more logging info for steppers 20 years ago
David Srbecký 0d571b3a13 Type of boxed and byref values obtained properly now (Forum-7548) 20 years ago
Daniel Grunwald 704ea9be70 BooAdvancedHighlighter: only resolve references that in the visible part of the document 20 years ago
Daniel Grunwald a3b4fd0301 Added support for advanced syntax highlighters. 20 years ago
Daniel Grunwald 251761f70a Add Rename command to refactoring menu. 20 years ago
Daniel Grunwald 130f45f439 Prevent creating ConstructedReturnTypes that cause infinite recursion. 20 years ago
Daniel Grunwald af70e15281 New feature: Removed unused "using" statements. 20 years ago
Daniel Grunwald e8c9d5e35c RefactoringService now accepts any ResolveResult. 20 years ago
Daniel Grunwald f2ecb18965 Fixed BOO-713: Explode operator must be used for DataGridView.Columns.AddRange. 20 years ago
Matt Ward 9add2ad9bb SD2-799 - Updating web references resets the namespace. The namespace is now stored inside the MSBuild WebReferenceUrl element. Modified SharpQuery's OLE DB COM reference to use the new format so the interop assembly can be located for code completion. 20 years ago
David Srbecký 765a5aa0b3 Hack for variables that change type (Forum-7347) 20 years ago
Daniel Grunwald 16d87fd62e Fixed SD2-797: Code-completion for nested classes is broken 20 years ago
David Srbecký 49cb637e82 Indexers not shown in debugger tooltips (Forum-7247) 20 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 20 years ago
Daniel Grunwald c9b71ac07a Fixed forum-7221 20 years ago
Daniel Grunwald de3141c785 Improved code-completion for duck-typing. 20 years ago
Daniel Grunwald 3a82fa2f79 Fixed SD2-726: Xml comment autogeneration on methods with attributes 20 years ago
Daniel Grunwald ed672103f2 Fixed SD2-716: Forms Designer loads "hidden references" twice 20 years ago
Daniel Grunwald 3897fc0a33 BooBinding: detect indexers in parsed code 20 years ago
David Srbecký c8da081b4b All debugger values are expired on state change 20 years ago
Daniel Grunwald a8eba6021a Forms designer now tries to find VS designer assemblies if they are required - this fixes problems like SD2-617 (Editing Sql Connection ConnectionString property throws a FileNotFound exception) that only occur when VS is installed. 20 years ago
Daniel Grunwald 499fe3bdc2 Fixed conversion of "global::" in CodeDOMOutputVisitor (part of SD2-576). 20 years ago
David Srbecký 7d76c1cb1b Breakpoint must be set within method body. (Forum-7107) 20 years ago
Daniel Grunwald 414ab81065 Fixed SD2-508: Tooltips on declaration lines 20 years ago
David Srbecký 3aead82187 Do not expire functions during evaluation. (Fixes Forum-6794 Forum-6823 Forum-7029) 20 years ago
David Srbecký e90b0607e5 Remove surrounding '<' and '>' from compiler generated variable names; 20 years ago
Peter Forstmeier f8a7e02e13 Visual Controls and ReportItems now use the same drawing functions 20 years ago
Daniel Grunwald 990e3eedc6 Code completion for variables defined in except-clauses. 20 years ago
Daniel Grunwald 06f093be9a Fixed forum-7077 (Boo code completion) 20 years ago
Daniel Grunwald 31f58f9a13 Update to Boo 0.7.6. Fixed various bugs in Boo code completion. 20 years ago
Peter Forstmeier d2c4e4c562 Textbased Items now use the same code for ContentAlignment and drawing in the designer and in printing. Better handling of Row Items 20 years ago
Daniel Grunwald a9dcb57f75 Fixed SD2-736: When editing the C# highlighting, the Environment section cannot be changed 20 years ago
Daniel Grunwald a9113721a7 Fixed SD2-757: Collapsing debugger tooltip 20 years ago
Daniel Grunwald 8b3834d8c7 Fixed SD2-730: Closing one of the partial form classes of a newly created form 20 years ago
Daniel Grunwald 571f250ca9 InferredReturnType: use type of last ExpressionStatement for inline closures. 20 years ago
Daniel Grunwald ad886431e5 Boo resolver unit tests now reference Boo.Lang.dll. 20 years ago
Matt Ward e0dd5e3fca SD2-758. XML element and attribute completion now works for complex types defined inside an xs:all element. 20 years ago
Daniel Grunwald d595bff51e Implemented code-completion for Boo's CallableTypeReference. 20 years ago
Daniel Grunwald c662b4083d Fixed SD2-779: XML form's font ignored 20 years ago
Peter Forstmeier fed2092fc3 Small changes in Designer 20 years ago
Daniel Grunwald d85d8966b3 Fixed SD2-771: Adding MenuStrip to Xml Form 20 years ago
Peter Forstmeier c631ff4aa7 SharpReport use UIEditors in PropertyGrid, small changes from FxCop 20 years ago
Daniel Grunwald 4f03337a8c Fixed SD2-773: Unable to design Boo form containing ListBox 20 years ago
Daniel Grunwald e80b7a41ec Boo Forms Designer now correctly loads [Flag] properties like Anchor. 20 years ago
Daniel Grunwald 7ab5aec81b Fixed SD2-765: Create OnEvent method does not work for VB methods without delegate 20 years ago
Peter Forstmeier 5e9c0df54c Better formatting of strings Textbased Items use StringTrimming and System.Drawing.ContentAlignment 20 years ago