|
Browse by Tags
All Tags » editor ( RSS)
-
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...
-
Hi, I'm complete beginner in using AvalonEdit and SharpDevelop. Have tried to find if anyone else had the same issue in building project but could not locate it. So please if I'm doing something wrong notify me and I will try to post the question somewhere else. Have downloaded latest AvalonEdit...
-
Hi, I have installed Sharp Develop Version 4.4.2.9749 After That i have made it Protable with the file SharpDevelop.exe.config with the switch: <add key="settingsPath" value="J:\PortableApps\SharpDevelopPortable\Data\AppSettings" /> on the internet I found some articles where...
-
IF you use a string concatenation in a method call and leave of the leading Quote - your file will continually show a crash when you try to edit it, The project will crash with an Aggregate load error . Look for the Missing Quote in your file , there is where the crash is
-
Hey guys, I was wondering if there is (or can be in the future) a hotkey or a menu item to enable/disable the help tooltip in the text editor. It drives me crazy. I know it can be disabled in the Options dialog, but then in the more rare occasions when I need it, its again too many clicks to get it to...
-
There is none. This would be a nice feature. When using a select case block for the items in an enumeration, being able to collapse each of the case items so you would just have an outline of the select block items instead of looking at the few lines of code under each one, and only work on the few items...
-
This is my first post so please go easy. I am a regular user of VS and have been using it since 2005. Right now I have 2013 installed. I have always wanted a lightweight IDE for my hobby projects at home since at work VS is provided for free. SD is perfect for that. Today I decided to run through a tutorial...
|
|
|