Blockland Forums > Modification Help
Gui Ml Text Edit Profile, Tabbing?
infiniteLoop:
I am trying to figure out a way so when i press Tab, it tabs like it would in let's say, notepad or some other text editor. I can't figure out a way to do this, anyone have any ideas?
Nexus:
--- Quote from: infiniteLoop on September 15, 2011, 03:22:15 PM ---I am trying to figure out a way so when i press Tab, it tabs like it would in let's say, notepad or some other text editor. I can't figure out a way to do this, anyone have any ideas?
--- End quote ---
Several people, including myself, have tried this to no avail. As it turns out, when you hit tab in a gui ml text edit box, it does add a tab, but the text box does not show tabs. I would reccommend you make an accelerator that instead simulates hitting the spacebar 5 times when the tab key is pressed.
infiniteLoop:
--- Quote from: Nexus on September 15, 2011, 06:35:37 PM ---Several people, including myself, have tried this to no avail. As it turns out, when you hit tab in a gui ml text edit box, it does add a tab, but the text box does not show tabs. I would reccommend you make an accelerator that instead simulates hitting the spacebar 5 times when the tab key is pressed.
--- End quote ---
Yeah I was thinking about that space bar method. But how does one check if the tab key is pressed, besides key-binding?
Nexus:
--- Quote from: infiniteLoop on September 15, 2011, 06:41:24 PM ---Yeah I was thinking about that space bar method. But how does one check if the tab key is pressed, besides key-binding?
--- End quote ---
In the box that says "accelerator"
type "TAB"
mission accomplished
infiniteLoop:
Alright, thanks.