Skip to content

Commit 618cb57

Browse files
committed
Merge pull request fdorg#445 from Gama11/HaxeAbstract
Add a snippet and a template for Haxe abstracts
2 parents dab2142 + 9a4852f commit 618cb57

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

External/Plugins/ProjectManager/Projects/AS3/FlexProjectReader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ public static String ResolvePath(String path, String relativeTo)
264264

265265
public static String GetThemeFolderPath()
266266
{
267-
string themePath;
268267
char s = Path.DirectorySeparatorChar;
269268
switch (Environment.OSVersion.Platform)
270269
{
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
abstract $(EntryPoint) $(CSLB){
2+
3+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package $(Package);
2+
3+
/**
4+
$(CBI)* ...
5+
$(CBI)* @author $(DefaultUser)
6+
$(CBI)*/
7+
abstract $(FileName)($(EntryPoint)) $(CSLB){
8+
9+
}

0 commit comments

Comments
 (0)