-
This example actually does something. Maybe that works better:
bool flagCheck = true;
if (flagCheck == true)
{
Console.WriteLine("The flag is set to true.");
}
else
{
Console.WriteLine("The flag is set to false.");
}.
2008-03-18 18:53:02 UTC in Exuberant Ctags
-
I'm using the latest version of ctags: 5.7
As an example you could take this piece of code:
class ForEachTest
{
static void Main(string[] args)
{
int[] fibarray = new int[] { 0, 1, 2, 3, 5, 8, 13 };
foreach (int i in fibarray)
{
System.Console.WriteLine(i);
}
}
}.
2008-03-18 18:52:02 UTC in Exuberant Ctags
-
I'm using the latest version: 5.7
An example really is not very hard as it happened always in every part of the code. It looks something like this:
...
if(a == b) {
int foo = 1;
} else {
int foo = 2;
}
...
2008-03-18 18:50:44 UTC in Exuberant Ctags
-
The else-part of an if-else construct is being recognized as a method (m).
2007-11-12 10:41:33 UTC in Exuberant Ctags
-
The foreach-loop in C# is being recognized as a method (m), which is not correct.
2007-11-12 10:40:56 UTC in Exuberant Ctags
-
pvanderspek committed patchset 54 of module ComicReaderClient to the ComicReader CVS repository, changing 1 files.
2007-07-04 18:21:32 UTC in ComicReader
-
pvanderspek committed patchset 53 of module ComicReaderClient to the ComicReader CVS repository, changing 1 files.
2007-07-04 18:21:17 UTC in ComicReader
-
pvanderspek committed patchset 52 of module ComicReaderClient to the ComicReader CVS repository, changing 1 files.
2007-07-04 18:20:33 UTC in ComicReader
-
pvanderspek committed patchset 51 of module ComicReaderClient to the ComicReader CVS repository, changing 1 files.
2007-07-04 18:20:02 UTC in ComicReader
-
pvanderspek committed patchset 50 of module ComicReaderClient to the ComicReader CVS repository, changing 1 files.
2007-07-03 18:30:52 UTC in ComicReader