-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmMain.cs
34 lines (28 loc) · 932 Bytes
/
frmMain.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
using System;
using System.Windows.Forms;
namespace BefunDebug
{
public partial class frmMain : Form
{
public frmMain()
{
InitializeComponent();
tabMainControl.SelectedIndex = Program.GetConfigValue(this, "SelectedTab", 0);
}
private void frmMain_FormClosing(object sender, FormClosingEventArgs e)
{
control_BefunGen.frm_Closing(sender, e);
}
private void tabMainControl_SelectedIndexChanged(object sender, EventArgs e)
{
Program.SetConfigValue(this, "SelectedTab", tabMainControl.SelectedIndex);
}
}
}
//TODO BefunTool : Compare two programs (Graph compare, ignores NOP's and posiitons on grid)
//tODO Resharper Inspections (Solution-wide)
//TODO BefunGIF --> Generate FullRes Images and gifs from befunge-progs
// --> (like BeunExec View)
// --> (also BefunExec Debug View)
// --> Show optional stack in gif
// --> evtl create gfy