|
2009‑01‑07
3,171 views
|
"public partial class Class1
{
public int ABC;
}
partial class Class1
{
public void Test()
{
..."
|
|
2009‑03‑03
2,347 views
|
"I have a working dynamic language definition for an existing lisp-like language that is in use here. The language all..."
|
|
2009‑03‑04
2,435 views
|
"Hi,
I have a grammar which has the following form:
'command' ('option1'|'option2'|'..."
|
|
2009‑03‑03
2,272 views
|
"Hi,
I've written a plug-in for Windows Live Writer that used to use the CodeHighlighter component. I'm swit..."
|
|
2009‑03‑02
3,282 views
|
"Is there a way to automatically sync the scrolling region on a windows that has been split? What i would like to hav..."
|
|
2009‑02‑28
2,672 views
|
"I would like to create some snippets from a resource file so this is what I attempt to do:
Private Sub AddCode..."
|
|
2009‑02‑26
2,894 views
|
"I have set the Document.HeaderText to all of my Imports and the Class name to shield my users that are not programmer..."
|
|
2009‑02‑25
3,162 views
|
"Hi, I'm fairly new to the Syntaxeditor and want to get the SQL Highlighting done, but I an't seem to get it t..."
|
|
2009‑02‑18
3,144 views
|
"Hi,
I would like know is there any update for SQL Server 2008? or we have to do some amendment on the existing XM..."
|
|
2009‑02‑16
3,323 views
|
"I have successfully implemented a programmatic lexical parser for a Lisp/Scheme-like scripting language for use with ..."
|
|
2009‑02‑10
4,349 views
|
"I'm having 2 problems with SE:
1) It seams like resizing a form with an anchored SyntaxEditor in it triggers som..."
|
|
2009‑02‑12
3,308 views
|
"Hello. I`m using your FindReplaceForm in combination with SyntaxEditor, but want to use it only for a Find, not to Re..."
|
|
2009‑02‑10
3,247 views
|
"I've just started working with SyntaxEditor and I'm wondering whether it is safe to let it do the lexical par..."
|
|
2009‑02‑05
2,608 views
|
"What would stop and/or prevent the SemanticParseDataChanged event from firing on a Document?
Normally, it is fired..."
|
|
2009‑02‑04
2,792 views
|
"Hi,
My application is a project-based multi-document editor. When the user loads a project, I pre-parse all of it..."
|
|
2009‑02‑05
2,603 views
|
"How can I upload SyntaxEditor v4.0.272 controls on the toolbar of VS2005 for me dying to test this control.
My em..."
|
|
2009‑02‑05
2,177 views
|
"Greeting excellent forum, as a suggestion Actipro Software programmers, because they do not Videotutorial of controls..."
|
|
2005‑07‑07
3,234 views
|
"There are a number of ways to insert text programmatically into syntaxeditor.
However, they all change selection o..."
|
|
2009‑01‑30
2,512 views
|
"Hi I am trying to create a child state where there is one StartScope but many EndScope. How do I go about doing this...."
|
|
2009‑01‑26
2,989 views
|
"Hi,
Please try the following in the SDI demo application:
Stop automatic outlining, select ALL text in the edit..."
|