Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
// Test code for editor
#include "ECEditor.h"
#include <iostream>
#include <string>
using namespace std;
int myCounter = 0;
int main(int argc, char *argv[])
{
ECEditor edit;
// ECDocument text;
// ECEditor &edit = text.GetCtrl();
// cout << "EditorTest view of document length: " << to_string(text.GetDocLen()) << endl;
// exit(1);
return 0;
}