Posted
private void NewTab()
{
TabItem tabItem = new TabItem
{
Header = "Script " + (this.ExecutorTabs.Items.Count + 1).ToString()
};
TextEditor textEditor = new TextEditor
{
Background = new SolidColorBrush(System.Windows.Media.Color.FromRgb(20, 20, 20)),
FontFamily = new System.Windows.Media.FontFamily("Consolas"),
FontSize = 14.0,
Foreground = new SolidColorBrush(System.Windows.Media.Color.FromRgb(204, 204, 204)),
HorizontalScrollBarVisibility = ScrollBarVisibility.Auto,
LineNumbersForeground = new SolidColorBrush(System.Windows.Media.Color.FromRgb(204, 204, 204)),
ShowLineNumbers = true,
VerticalScrollBarVisibility = ScrollBarVisibility.Auto,
SyntaxHighlighting = HighlightingLoader.Load(new XmlTextReader(File.OpenRead("bin/lua_highlighting.xshd")), HighlightingManager.Instance)
};
textEditor.Options.EnableHyperlinks = false;
textEditor.Options.EnableEmailHyperlinks = false;
tabItem.Content = textEditor;
System.Windows.Controls.MenuItem menuItem = new System.Windows.Controls.MenuItem
{
Header = "Upload To Pastebin"
};
menuItem.Click += this.UploadPaste_Click;
tabItem.ContextMenu = new System.Windows.Controls.ContextMenu();
tabItem.ContextMenu.Items.Add(menuItem);
this.ExecutorTabs.Items.Add(tabItem);
this.ExecutorTabs.SelectedItem = tabItem;
this.AddTab.Margin = new Thickness((double)(10 + 84 * this.ExecutorTabs.Items.Count), 10.0, 0.0, 0.0);
}
Replied
Ahh sheit here we go again.
Cancel
Post
Discord : Doctor Doom#0550
Replied
yes its a tab control.
but since you didnt make it
leave it the f*ck alone before i r*pe your exploit for skidding
Cancel
Post
JustMarie#0709
Â
Replied
im not making exploit im just asking lol
Cancel
Post
Replied
Gtfo skid /chars
Cancel
Post
Learning C++, C#, JavaScript Developer
I develop random stuff
Discord: Unidentified#1091
Replied
bro stop being rude he just asked.
and yes, as from what i see this i a multi-tab.
people are rude cuz idk why. a simple answer a yes or a no
would be ok.
and my answer is yes.
Cancel
Post
--- Chanity ---
UPCOMING ROBLOX EXPLOIT
Replied
@65725make me pog bootstrapper
Cancel
Post
Discord : Fadh#1107
Youtube : Fadh
Learning :Â C#Â &Â Lua
--- Chanity ---
UPCOMING ROBLOX EXPLOIT
Users viewing this thread:
( Members: 0, Guests: 0, Total: 0 )
Cancel
Post