DCSIMG
IDE - IronShay

Browse by Tags

All Tags » IDE (RSS)

Visual Studio Tip: Compilation Symbols

There are times when we need to use different code statements for different build configurations – this means that some code will not exist in assemblies that are built in certain build configurations. Compilation symbols come to help in this case. You can set a symbol that will exist in  a specific build configuration and then use it inside your code files to write or exclude code when this project is built using this build configuration. The most familiar case of this scenario is debug and...
Posted by shayf | with no comments
תגים:, , , , ,

Configuring SciTE to Run IronRuby

I talked with Ariel today and recommended him my favorite Ruby editor for small scripts and apps – SciTE . The nice thing about SciTE is the ability to run your script file from the application via the F5 key. Since we were talking about IronRuby, SciTE gave us good syntax highlighting and auto-completion features, but we couldn’t execute our code on the IronRuby interpreter. BUT… this is a problem of the past now! with a few simple steps, you can turn your SciTE environment to an IronRuby stupendous...
Posted by shayf | with no comments
תגים:, ,