Josh @ Dreamland
|
|
Reply #90 Posted on: April 09, 2010, 02:32:41 pm |
|
|
Prince of all Goldfish
Location: Pittsburgh, PA, USA Joined: Feb 2008
Posts: 2950
|
"You can write a code editor in a day?" Welcome to not-GML. "Also, what's so wrong with our code editor anyways?" Can't drag text, no line numbers,... does tab increase all selected area's indent? *checks* Nope, it replaces selected text with a tab. No semblance of intelligent indentation, for better or for worse. Only highlights parentheses to the right of mouse instead of both sides, left having precedence. Incorrectly highlights multiple aspects of GML, most aspects of C. Doesn't highlight literals of any kind. Inextensible for syntax check purposes, or most other purposes.
|
|
|
Logged
|
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble "I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
|
|
|
|
Josh @ Dreamland
|
|
Reply #92 Posted on: April 09, 2010, 02:37:48 pm |
|
|
Prince of all Goldfish
Location: Pittsburgh, PA, USA Joined: Feb 2008
Posts: 2950
|
Fair enough. The compiler gets priority; I'll tell you when to update.
|
|
|
Logged
|
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble "I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
|
|
|
|
|
freezway
|
|
Reply #95 Posted on: April 09, 2010, 05:16:51 pm |
|
|
Joined: Dec 2009
Posts: 220
|
i agree with MJS. i want the meat! ... would it be posisble to make a syntax highliter for like... say... gedit?
|
|
|
Logged
|
if you drop a cat with buttered toast strapped to its back, which side lands down? joshdreamland: our languages are based on the idea that it's going to end up FUBAR /kick retep998
|
|
|
|
Josh @ Dreamland
|
|
Reply #97 Posted on: April 09, 2010, 05:35:33 pm |
|
|
Prince of all Goldfish
Location: Pittsburgh, PA, USA Joined: Feb 2008
Posts: 2950
|
"i agree with MJS. i want the meat!" Working on it.
"would it be posisble to make a syntax highliter for like... say... gedit?" GEdit does have one... open any header in it.
Also, a code editor wouldn't slow the release much.
|
|
« Last Edit: April 09, 2010, 05:38:16 pm by Josh @ Dreamland »
|
Logged
|
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble "I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
|
|
|
|
|
|
The 11th plague of Egypt
|
|
Reply #101 Posted on: April 09, 2010, 06:54:50 pm |
|
|
Joined: Dec 2009
Posts: 274
|
Dude, honestly I could care less about the code editor. i agree with MJS. i want the meat! People, people, the facade is important. Imagine what the first Enigma users will see, they'll see something that looks inferior. After all this work, we want to give a good impression. Also, a code editor wouldn't slow the release much.
He just said he can make it in a day or so. Trust him.
|
|
|
Logged
|
|
|
|
freezway
|
|
Reply #102 Posted on: April 09, 2010, 06:58:40 pm |
|
|
Joined: Dec 2009
Posts: 220
|
keep in mind this is not a final release of R4, we dont have to have the editor done.
|
|
|
Logged
|
if you drop a cat with buttered toast strapped to its back, which side lands down? joshdreamland: our languages are based on the idea that it's going to end up FUBAR /kick retep998
|
|
|
Micah
|
|
Reply #103 Posted on: April 09, 2010, 07:14:07 pm |
|
|
Joined: May 2008
Posts: 128
|
After all this work, we want to give a good impression. You talk like you actually contributed a lot besides posts on the forum. He just said he can make it in a day or so. Trust him. Just like you did on the parser.
|
|
« Last Edit: April 09, 2010, 07:20:51 pm by miky »
|
Logged
|
|
|
|
Josh @ Dreamland
|
|
Reply #104 Posted on: April 09, 2010, 07:30:31 pm |
|
|
Prince of all Goldfish
Location: Pittsburgh, PA, USA Joined: Feb 2008
Posts: 2950
|
"We" refers to the group of people who are here because they actually want to see ENIGMA succeed. That includes him; it's sensible that anyone who cared for the success of ENIGMA would want to make a good impression.
As for the C parser, that I'll grant; it took a lot longer than I'd hoped, as I decided as I went to add more features. Originally I wanted to just collect function and class names, but then I realized I could do so much more with a full description of what was included...
I can't really say the same for a simple code editor.
|
|
|
Logged
|
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble "I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
|
|
|
|