Welcome to the IDM Forum. This forum is meant as a user-to-user support mechanism where users can share knowledge and tips for all IDM software.
Since these forums are user-to-user based, IDM does not regularly read or reply to the posts in this forum. For problem reports, suggestions, or feature requests, you must email us directly. Our trained technical support staff answers most inquiries within 30 minutes.

using System;
namespace test
{
public class Test
{
public void Blah()
{
}
public string Test()
{
return( "test" );
}
}
}/L6"C#" CSHARP_LANG Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = CS
/Delimiters = ~!@%^&*()-+=|\/(){}[]:;"'<> , .?
/Function String = "%[a-zA-Z_]*)[~;]"
/Indent Strings = "{"
/Unindent Strings = "}"
/C1"Keywords"
as auto
base break
case catch const continue
default do
else event explicit extern
false finally fixed for foreach
goto
if implicit in internal
lock
namespace null
operator out override
params private protected public
readonly ref return
sealed stackalloc static switch
this throw true try
unsafe using
virtual void
while
/C2"C# Data Types"
bool byte
char class
decimal delegate double
enum
float
int interface
long
object
sbyte short string struct
uint ulong ushort
/C3"C# Preprocessor Directives"
#elif #endif #endregion #else #error
#define
#if
#line
#region
#undef
#warning
/C4"Operators"
+
-
*
?
=
// /
%
&
>
<
^
!
|
:
checked
is
new
sizeof
typeof
unchecked
public String getName1(){
}
public byte[] getName2(){
}
String getName3(){
}xusooxusoo wrote:As I've questioned several times, the following methods are not visible in the function list.

/Function String = "%[^t ]++^{Public^}^{Private^} function[^t ]+^([a-z0-9_&]+[^t ]++[(][a-z0-9_$&,="^t ]++[)]^)[ ^t]++^{$^}^{{^}"
/Function String 1 = "%[^t ]++^{Public^}^{Private^} Static function[^t ]+^([a-z0-9_&]+[^t ]++[(][a-z0-9_$&,="^t ]++[)]^)[ ^t]++^{$^}^{{^}"
/Function String 2 = "%[^t ]++^{Protected^}^{Static^} function[^t ]+^([a-z0-9_&]+[^t ]++[(][a-z0-9_$&,="^t ]++[)]^)[ ^t]++^{$^}^{{^}"
/Function String 3 = "%[^t ]++^{Protected^}^{Static^} static function[^t ]+^([a-z0-9_&]+[^t ]++[(][a-z0-9_$&,="^t ]++[)]^)[ ^t]++^{$^}^{{^}"
/Function String 4 = "%[^t ]++function[^t ]+^([a-z0-9_&]+[^t ]++[(][a-z0-9_$&,="^t ]++[)]^)[ ^t]++^{$^}^{{^}"
/Function String 5 = "%[^t ]++function[^t ]+^([a-z0-9_&]+^)[^t ]++$"
/Function String 6 = "%[^t ]++function[^t ]+^([a-z0-9_&]+[^t ]++[(][a-z0-9_$&,="^t ]++^)$"^{[Pp]rotected^}^{[Ss]tatic^} .... 

/Function String = "%[a-z^t ]++function[^t ]+^([a-z0-9_&]+[^t ]++[(][a-z0-9_$&,="'^t ]++[)]^)[ ^t]++^{$^}^{{^}"/*
*
*
*
*/[stuff]++^{this^}^{that^}

/Function String 1 = "%[^t ]++function[^t ]+^([a-z0-9_&]+[^t ]++[(]*[)]^)"
/Function String 2 = "%[a-z]+[^t ]++function[^t ]+^([a-z0-9_&]+[^t ]++[(]*[)]^)"
