Browse by Tags

21 August 2008
Editing XAML in Emacs
Luis Diego Fallas provides some hints. He uses a RELAX NG based parser called nXML mode for emacs. http://langexplr.blogspot.com/2008/08/using-emacs-and-nxml-to-edit-xaml-files.html Read More...
1 Comments
Filed under: , ,
 
22 May 2008
Emacs regex to grok csc compilation errors
People have asked about this. This is the regular expression I use to allow emacs' next-error function to handle csc error messages. It is included in the emacs.el that I published previously . Here it is excerpted for convenience. ;; to allow next-error Read More...
4 Comments
Filed under: ,
 
22 April 2008
C# Code Completion in emacs - CSDE now has a CsdeShell
I've been fiddling some more with C# code completion in emacs. I wrote a csde-shell.el that is the CSDE equivalent to JDE 's beanshell.el . It runs as an inferior shell in emacs. The csde code-completion logic calls out to this shell to inquire about Read More...
7 Comments
Filed under: ,
 
21 April 2008
C# Code Completion in emacs - getting beanshell equivalent in CSDE
The beanshell is something that, I think, was specially engineered to support the JDE, and particularly the code completion stuff. In JDEE, emacs starts up a Java VM and runs the beanshell class, in comint (command interpreter) mode. Then emacs can send Read More...
1 Comments
Filed under: , ,
 
21 April 2008
C# Code Completion in emacs - a look at Cedet, semantic, and CSDE
In my prior post I wrote that I have a dream of getting c# code completion in emacs. Jason Rumney wrote to me: I think everything you want is here: http://cedet.sourceforge.net/semantic.shtml Semantic is what JDEE uses to provide code completion, and Read More...
7 Comments
Filed under: ,
 
15 April 2008
I have a dream! C# Code Completion in Emacs (csense, dabbrev, etc)
No good options here. I know, dabbrev does some neat things. But it pales in comparison to real code completion as you get in Visual Studio, or, I think, even SharpDevelop. I checked out a module called csense that a lone developer hacked together last Read More...
5 Comments
Filed under: ,
 
15 April 2008
C# snippets for yasnippet.el (Emacs snippets)
Some nice person built yasnippet.el , a snippet package for emacs. You type 2 or 3 letters, then hit TAB, and it expands into a snippet. Like dabbrev, but with forms-based fill-in fields. It's quickie code generation. Sadly, no C# snippets are included. Read More...
0 Comments
Filed under: ,
 
Attachment(s):csharp-snippets.zip
14 April 2008
Getting emacs flymake.el to work with C# modules
[I'm going to try to keep this up to date, because I periodically change tweak and improve flymake setup... Latest is 23 April 2008] I Loooooooove Flymake. Emacs, since a while back, ships with a package called flymake.el , that defines a minor mode. Read More...
6 Comments
Filed under: , ,
 
Attachment(s):flymake-for-csharp.el
14 April 2008
Making Hideshow.el work with Csharp-mode.el and region/endregion
The default hideshow.el stuff in emacs doesn't "do" region/endregion, which is commonly seen in C# modules. Thankfully, the hideshow people thought of this, and made available a customization hook, where you can specify how to navigate blocks within the Read More...
1 Comments
Filed under: ,
 
12 April 2008
Emacs is better than Visual Studio as a C# Development Tool?!!
I recently spent some time fiddling with my setup of emacs on Windows. I use emacs for lots of stuff; just now I optimized my setup for development of C# apps. I knew of the JDEE , which has been around for a long time. JDEE is the Java Development Environment Read More...
29 Comments
Filed under: ,
 
10 April 2008
CopySourceAsHTML in Emacs? Htmlize.el
There's a nice add-in for Visual Studio called CopySourceAsHTML (for VS2005 , VS2008 ), which I have been using for a while now. Turns out there was an earlier progenitor in htmlize.el for emacs. Here's the result: Read More...
1 Comments
Filed under: ,
 
10 April 2008
PowerShell in Emacs, proof!
Here's the proof that you can run powershell as a shell in Emacs . Grab the download from yesterday to get this awesome power yourself! Read More...
2 Comments
Filed under: , ,
 
10 April 2008
Run PowerShell as a shell within Emacs
I saw a couple people asking about running powershell as an inferior shell within emacs. Here's what I do. For the tragically unhip, some background: PowerShell is a nifty shell, it ships as an add-on to Windows. Currently at v1.0, but the v2.0 is available Read More...
12 Comments
Filed under: , ,
 
Attachment(s):powershell.el
20 March 2008
How to Build a REST app in .NET (with WCF)
My prior post talked about how NOT to write a REST app in .NET. I mentioned WCF as the preferred option. In this post, I'll describe the steps for how you should do it. Some background First up, you should use WCF to build your REST app. WCF is the Windows Read More...
15 Comments
Filed under: , , , , , ,
 
Attachment(s):WcfRest.zip
Page view tracker