Skip to content

Instantly share code, notes, and snippets.

View shivkumarganesh's full-sized avatar
🏠
Working from home

Shiv Kumar Ganesh shivkumarganesh

🏠
Working from home
View GitHub Profile
@shivkumarganesh
shivkumarganesh / cpp.properties
Created October 14, 2012 17:03
Complete cpp.properties. To be used with Scite so as to have Visage up and Running!
# Define SciTE settings for C++, C, C#, Ch, Java, IDL, JavaScript, Flash (ActionScript 2) files.
# sma files are Small script (C-like)
file.patterns.cpp=*.c;*.cc;*.cpp;*.cxx;*.h;*.hh;*.hpp;*.hxx;*.ipp;*.m;*.mm;*.sma
file.patterns.cplusplus=*.cc;*.cpp;*.cxx
# jad = decompiled class files; pde = Processing.org sketch files
file.patterns.java=*.java;*.jad;*.pde
file.patterns.javafx=*.fx
file.patterns.visage=*.visage
# pln, inc and t are SilkTest (4Test) files.
@shivkumarganesh
shivkumarganesh / cpp.properties
Created September 29, 2012 09:13
Visage Editor (Make Scite as the Default Visage Editor) - Just add this in the file cpp.properties {ie. Options->cpp.properties}
#For Visage Compilation/Build/Run
command.compile.*.visage=visagec -d . $(FileNameExt)
command.build.*.visage=visagec -d . *.visage
command.go.*.visage=visage -cp . $(FileName)
# jad = decompiled class files; pde = Processing.org sketch files
file.patterns.visage=*.visage
lexer.$(file.patterns.visage)=cpp
word.characters.$(file.patterns.visage)=$(word.chars.cxx)$-