Matt Ward
b229231c85
Remove properties no longer required from package actions.
14 years ago
Matt Ward
e7fb02720a
Move install/uninstall/update package actions to project.
14 years ago
Matt Ward
8e12bbc046
Remove unused code.
14 years ago
Matt Ward
41ee929603
Add PackageManagementProject class.
14 years ago
peterforstmeier
93a1727ed8
move Expression Evaluation from 'Text' to 'Expression' Property in Text and DataItem
14 years ago
Eusebiu Marcu
244521346e
add CallStack missing resources
14 years ago
Eusebiu Marcu
bd041f141f
add ShowModuleNames resource string for Callstack pad.
14 years ago
peterforstmeier
f022528c78
Grouping can work with =Fields!FieldToGroup
14 years ago
Matt Ward
a354836b3b
Rename PackageManagementService to PackageManagementSolution.
14 years ago
Matt Ward
e182ef53ae
Reduce number of parameters in PackageViewModel constructor.
14 years ago
Matt Ward
aecbb026b4
Move package view model logging to separate class.
14 years ago
Matt Ward
0a8be1d18f
PackageManagementOutputMessagesView no longer needs to implement ILogger.
14 years ago
Daniel Grunwald
3301c6c4ca
Update to Mono.Cecil 0.9.4.1 (commit f5c9642760)
14 years ago
Matt Ward
c6ff8a7ad1
Package operation log messages are now raised as package management events.
14 years ago
Daniel Grunwald
dd6ad96a28
Merge branch '4.0' into master.
14 years ago
Daniel Grunwald
040a21b2da
Update string resources. Re-enable Italian.
14 years ago
peterforstmeier
c993b477ff
Teport can display SubString with FieldReference like =Substring(Fields!ProductName,0,3)
14 years ago
peterforstmeier
c5990bb05c
Substring in expressions "=Substring('Sharp',3)"; or =Substring('Sharp',0,3);
14 years ago
mkonicek
c0312c45d5
Collection visualizer - moved ColumnPicker to a separate file.
15 years ago
peterforstmeier
5a813d01ba
Patch from eric342 partial fixing:
...
http://community.sharpdevelop.net/forums/t/13066.aspx
15 years ago
mkonicek
09319462f2
Moved files into right folders.
15 years ago
mkonicek
af0f9cbdd5
Fixed a bug in ObjectGraphBuilder caused by recently added "Properties first, then fields" sorting.
15 years ago
mkonicek
b36e7335f6
- "Raw view" node in Object graph visualizer (commented out for now).
...
- ObjectGraphBuilder evaluates properties first and then fields.
- Some refactoring of GetIListCount() and other minor refactorings.
- Experiments with penalization in Edge routing, so that edges tend to pick disjoint paths. Not working yet, commented out.
15 years ago
Matt Ward
c1d3a8dda5
Move package install/uninstall events into package management events class.
15 years ago
Matt Ward
56caa05034
Remove message reporter class.
15 years ago
Matt Ward
7443b601fb
Remove options dependency from PackageManagementService class.
15 years ago
Matt Ward
8eee3a31f6
Move package repository code into separate class.
15 years ago
peterforstmeier
6f5a73c8b1
Better WYSIWYG in sections (gap between Controls)
15 years ago
Daniel Grunwald
05243c86cd
Make options dialog start centered.
15 years ago
Daniel Grunwald
3f91c3f49f
Fixed forum-13033: Reopened documents do not scroll to correct position
15 years ago
Daniel Grunwald
d6918254e9
Preserve active document (and order of documents) on layout switches.
...
Based on Andrew Olson's suggestion http://community.sharpdevelop.net/forums/t/13034.aspx .
15 years ago
Matt Ward
77c0d4c4ca
Move unit tests for package processing actions into separate test classes.
15 years ago
Daniel Grunwald
857dec863b
Git OverlayIconManager: avoid removing the overlay icons belonging to other version control systems.
15 years ago
Daniel Grunwald
a7938d7e56
Work around a WPF issue when %WINDIR% is set to an incorrect path
15 years ago
Daniel Grunwald
9b9758974c
Fixed bug in CecilReader that could cause it to confuse types with the same full name (but different number of type parameters)
15 years ago
Daniel Grunwald
5d1bfe90aa
Fixed SD-1743 - ArgumentOutOfRangeException in Replace all in selection
15 years ago
Daniel Grunwald
0d96627a19
Fixed VB expression finder when there are array declarators on the parameter name.
...
e.g. "Sub Test(Values() As String)"
15 years ago
Daniel Grunwald
e10d969891
WinForms designer: Add workaround for InvalidOperationException in DesignerHost.Dispose
...
Also, get rid of some unexpected reentrancy.
15 years ago
Eusebiu Marcu
34761a4837
Show graph if are vertexes.
15 years ago
Eusebiu Marcu
396ae2f0d9
Fix memory exception.
15 years ago
Daniel Grunwald
0f9e6d0d69
Fix bug that caused highlighting colors to change even when the option dialog was cancelled.
15 years ago
Daniel Grunwald
ce785fda34
Fixed customized syntax highlightings.
15 years ago
Daniel Grunwald
9ac63e38ca
Fix NullReferenceException when the debugger loads a module while no solution is loaded.
15 years ago
Daniel Grunwald
d77090270c
Fixed ObjectDisposedException on MSBuildBasedProject in OptionPanels.ApplicationSettings.<LoadPanelContents>b__1:
...
- close project options view when the project is removed from the solution
- use an event on MSBuildBasedProject to detect a changed tools version, instead of querying it whenever the option page becomes visible
15 years ago
Daniel Grunwald
947f4eea3e
Add workaround for exception in RefactoringService.FixIndexerExpression
15 years ago
Daniel Grunwald
62ce690fd1
Avoid NullReferenceException when DataObject.GetData returns null.
15 years ago
Daniel Grunwald
e647623199
Fixed SD-1817 - NullReferenceException in C# OverloadResolution when editing signature of generic method with 'params'
15 years ago
Matt Ward
00e5a5206b
Prevent package install/uninstall events being captured by closed Add Package Reference dialog.
15 years ago
Daniel Grunwald
9c5bdcc801
Look up xml documentation in reference assemblies folder.
15 years ago
Daniel Grunwald
73268d6fda
Throw meaningful exception when ICompletionData.Text returns null.
15 years ago