|
Browse by Tags
All Tags » C# ( RSS)
-
I managed to trigger an Unhandled Exception error when not paying attention to my endless CTRL + Whatever-ing. To reproduce: 1. Start SharpDevelop, I'm using version 5.1.0 (build 5216) on Win10 2. New Solution -> Windows Applications -> Windows Application, name it whatever -> Create 3....
-
I have an application that has two TextEditor panes in one AvalonDock. And I am able to install a seperate SearchPanel for each pane / window. But, I need to close one SearchPanel, if another SearchPanel is opened. I have added two RibbonButton items to a Ribbon that when pressed install and open a SearchPanel...
-
I am trying to debug few Dlls using ILSpy Debugger but facing following issues:- I am getting this error [ "Threads.CannotStepNoActiveFunction" ] more than frequently. When inspecting variables specialy for Nullable Types tooltip shows wrong values. Example - int? myObject = null; myObject...
-
Update: Wrapping TextEditor(s) in ScrollView is incredibly slow if the file is large. It sometimes takes 30 - 40 seconds to load / draw the document, and as long as 40 - 50 seconds for a ReDraw. In my example if I move the GridSplitter it forces a ReDraw and takes forever. In attempting to display a...
-
hi guys, i am really impressed with your ide... it bridges the gap for me to write c# while i am not a student and im not in edu or science... im running the most current version from your download page "5.0". the topic pretty much tells what im looking for... the most current .net sdk is 4...
-
I have managed to get the scrolling of two Textviews to be syncronized. And, the solution was so simple I wanted to kick myself for not trying it before. I simply wrapped everything in a ScrollViewer. Hid the vertical scrollbars using ScrollViewer.VerticalScrollBarVisibility, so that only the ScrollViewer's...
-
Most Every Newer Features Being Added Are Being Added For A Single Instance Of A WPF View. It Would Be A Nice Feature / Add-On If Instead A List / Array Of Items Could Be Passed Into the Parameter(s). Case In Point, I Have An Application I Am Refactoring, And The Refactor Calls For The Ability To Split...
-
I do actually use a Grid, with two TextEditors inbedded in the Grid; with a GridSplitter between. The TextEditor windows are used so that "decoration" is easier. However, previously it was 1 TextEditor containing a file's content, split into two by drawing a rectangle (using Rect) background...
-
I am trying to implement a solution that contains two TextView side-by-side. The left pane contains a file's content and the left pane is comments and automatically generated text based on the content of the left pane. I am using a GridSplitter between the two panes. This creates two vertical and...
-
I am trying to get one Search Panel to search two TextArea TextView / Panes. Since, I am unable to install the panel in an array fashion, I am trying to figure out how to get the one panel to search both views. I tried adding two different Search Panels to the same variable. Which interestingly installed...
|
|
|