Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more
Index -> Programming, Turing -> Turing Submissions
Goto page Previous  1, 2, 3, 4  Next
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
mirhagk




PostPosted: Wed Jan 25, 2012 7:00 pm   Post subject: Re: New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

trishume @ Wed Jan 25, 2012 6:46 pm wrote:
Something you could do that would be useful for DWITE and all sorts of things is create a fork of openturing that has no platform dependent code.

All you'd have to do is remove references to functions with the mdio and ed prefixes and then write a command line interface for it.

From that all the platform dependent input, sound and graphics could be implemented in SDL and then with the Qt editor turing would be truly cross-platform.

This would be awesome.
Sponsor
Sponsor
Sponsor
sponsor
trishume




PostPosted: Thu Jan 26, 2012 8:29 am   Post subject: Re: New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

With a cross platform version development would also move faster and turing would work better. When working on Open Turing I spend a remarkable amount of time fighting with Window's terribly designed APIs.

It annoys me how they got their act together and made good .NET apis but their C/C++ APIs are so terrible.
mirhagk




PostPosted: Thu Jan 26, 2012 12:57 pm   Post subject: Re: New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

[quote="trishume @ Thu Jan 26, 2012 8:29 am"It annoys me how they got their act together and made good .NET apis but their C/C++ APIs are so terrible.[/quote]
That's why they were able to make good .NET library. By dropping support for those things that don't support .NET.

But yes C/C++ should not be windows only, there is no real benefit.
ProgrammingFun




PostPosted: Sat Jan 28, 2012 12:35 pm   Post subject: RE:New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

I would like to suggest a code minimap for those large coding projects...similar to Sublime Text. Very Happy
copthesaint




PostPosted: Sat Jan 28, 2012 1:45 pm   Post subject: Re: RE:New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

ProgrammingFun @ Sat Jan 28, 2012 wrote:
I would like to suggest a code minimap for those large coding projects...similar to Sublime Text. Very Happy


That would be 95% useless, this is still Turing, which means schools (if the program is made well) will be using the program mostly. and improved mark menu will be all that is needed, if even that is needed.
trishume




PostPosted: Sat Jan 28, 2012 7:30 pm   Post subject: Re: New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

Ya. I am an avid user of Sublime Text (Even wrote a plugin.) And I agree that a minimap is not a priority for the new editor.

Whenever I am working on Open Turing I try to keep the user base in mind (favourite mantra: "This is not C++, this is not C++")

Some of Turing's design decisions make me shudder (colour numbers) but they usually make it easier for new users. Even though I would prefer full RGB. The RGB module / colour number is a great way to satisfy both types of users.
Aange10




PostPosted: Sat Jan 28, 2012 7:45 pm   Post subject: RE:New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

This editor is really amazing. Good job, and keep up the work! I do have one request... The Complete Structure function is really amazing, but the hotkey CTRL + Return... I don't even have a return button >..<

Is there anyways you could change it something convenient while coding? Like CTRL + Any_letter. Maybe CTRL + E.

Also, in Eclipse it has a very useful Delete Line command (CTRL + D). That'd be a cool implementation.


Good work Wink
mirhagk




PostPosted: Sat Jan 28, 2012 8:26 pm   Post subject: Re: RE:New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

Aange10 @ Sat Jan 28, 2012 7:45 pm wrote:
I don't even have a return button

How do you get to a new line then..... You know that return is the enter key right?
Sponsor
Sponsor
Sponsor
sponsor
Sur_real




PostPosted: Sat Jan 28, 2012 8:29 pm   Post subject: Re: RE:New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

yeah some keyboards have both return and enter (macs?) but enter works as return in this case Very Happy
Aange10




PostPosted: Sat Jan 28, 2012 8:32 pm   Post subject: RE:New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

Quote:


How do you get to a new line then..... You know that return is the enter key right?



Oh o.o

Thanks Smile
mirhagk




PostPosted: Sat Jan 28, 2012 10:45 pm   Post subject: RE:New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

They keyboards that do are the ones that have enter in the main part, and return in the numpad part. But they are essentially the same thing (a very small amount of programs may detect differences in which enter key was pressed but for the most part they treat it the same)
crossley7




PostPosted: Sat Jan 28, 2012 11:39 pm   Post subject: RE:New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

I know that when I was writing my Chess game in C++, the SDL library had different codes for the 2 enter/return buttons but I have yet to see a program where the do different things. Closest is that I believe I have had the number pad one not work in some programs.

Not sure about other things if they handle them individually or as the same.
mirhagk




PostPosted: Sun Jan 29, 2012 3:05 pm   Post subject: RE:New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

Well I know left and right shift alt and control sometimes do different things. The numpad return key is probably not used as a different command just because some keyboards don't have them.
Srlancelot39




PostPosted: Sun Jan 29, 2012 7:41 pm   Post subject: RE:New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

This is incredible! Good job!
Aange10




PostPosted: Sun Jan 29, 2012 7:46 pm   Post subject: RE:New Open Turing Editor *Alpha* - Autocompletion, tabs, regex search and more

Also, a suggestion, when I have a window open already, and decide to open another file, it should open a new tab in the existing window. Instead of 2 windows <3
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 3 of 4  [ 60 Posts ]
Goto page Previous  1, 2, 3, 4  Next
Jump to:   


Style:  
Search: