How to color a line based on a word in that line.
I'm feeding log files to AvalonEdit and I'm looking for a way to highlight (or colorize) an entire line if a certain word is on that line.For example;WARN:2014/09/19...
View Articleprocess.start not working
Hello All,I'm writing a program to launch an application in VB.net using SharpDevelop.I'm getting the ",,, has stopped working" dialog box when I use the process.start("Application Path")If I link to...
View ArticleSyntaxHighlighting for NSIS
I don't know if this is the correct forum to put this question, but here's my questionI am writing a program that uses the SyntaxHighlighting mode of #Dev for NSIS. I have almost everything...
View Articleaspx
Hello! Please tell me the code of this page here: http://codeconverter.sharpdevelop.net/SnippetConverter.aspx
View ArticleEfficiently appending text in AvalonEdit
I would like to use AvalonEdit as output tool window view since this allows me to use hyperlinks and highlighting.My question is, how do I efficiently append text when adding more output?I use the code...
View Articleerror message
SharpDevelop Version : 5.0.0.4696-RC-7a9207a6.NET Version : 4.0.30319.18444OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1Current culture : Invariant Language...
View ArticleWPF showing only point tool ( that doesn't work anyway.
Hello,Using version 5.- 4696 the WPF toolbox appears with only the pointer tool showing. I think I have had this problem before and someone gave the procedure to fix it- but I can't remember! But then...
View ArticleSuppress "The solution has been changed externally"
Hi, In Tools -> Options -> General -> Load/Save I have disabled Detection of external changes to files.Despite this fact SharpDevelop constantly keeps informing me that some external change...
View ArticleSharpDevelop 5 fails to run when Visual Studio "14" CTP/.NET Framework vNext...
This is actually not a bug of SharpDevelop, but I ran into troubles getting SharpDevelop to run when the Visual Studio "14" CTP (CTP4 in my case) and the .NET Framework vNext (v4.5.3) are installed....
View ArticleErrors relating to Windows Form Designer/Visual Basic
Hi, I have installed Sharpdevelop 4.4 on my Windows 8 64-bit laptop (heap of junk more like!) I need to write an application demonstrating event-driven techniques; (I initially tried Python, can't get...
View ArticleWrong Local header signature on PHP created zip file
Hi Forumianers...In a Linux machine I create a ZIP-file including Photos. Than on a partners machine sharpziplib tries to extract it but allways gets error "Wrong Local header signature".If I extract...
View ArticleHow to add a file to an AbstractProject that is not MSBuild-based?
Hi all,first of all thank you for creating this project. I love where it's heading. I searched but found nothing about this. If this question has been answered already, you may notify here and close...
View Articlevb6leap: A VB6 SharpDevelop add-in
Hey guys, Today I want to announce my add-in that I have been working on in my spare-spare time (that is, when I have spare time in my spare time, which unfortunately is hard).At work, every now and...
View ArticleAvalonEdit: Show that section of Lines is readonly (via...
I am trying to show the user which lines are read only. This is how it should look like (screenshot is edited):How can I can acomplish this? Adding a BackgroundRenderer would not work because obviously...
View ArticleSharpdevelop and numpy/scipy for ironpython
Hi Everyone - I'm very new to SharpDevelop, but so far I'm very impressed - big hat tip to the developers and the community.I'm running into some problems when I attempt to use the Enthought .NET...
View ArticleGet OutputPath
How do I get it programatically. Want to store the SQLite db in the same folder as the exe.GetProperty no longer seems to work.
View ArticleUsing embedded SQLite
I have already downloaded the amalgamation file (folder), placed the folder in my project folder and added the folder to my project.But I can't find an example anyway that shows how to use it. With...
View ArticleCopy form size/layout
I am going to have a number of data-entry forms. I would like to make them the same as far as possible, without painstakingly copying and pasting the controls, resizing the form, etc.To me the obvious...
View ArticleError trying to commit SVN file from SharpDevelop
Here is the error I get when I right click on a file's icon from the solution explorer and select "Commit" from the context menu (the file is recognized by the application as being under Subversion...
View ArticleHelp needed SQLiteDataAdapter
Started off that I have this: sql = "SELECT * FROM Foods;"; try { Variables.conn.Open() ; var daFoods = new SQLiteDataAdapter(sql, Variables.conn); Now need to put the data...
View Article