Wow, 63 new keywords have been added to QB64 since the last IDE update (in 2013).
Awesome, thanks guys!
LOL _HYPOT
I just created a function to do this exact thing the other day. I'll need to see what other new commands can replace functions I've been creating.
Oh my goodness, radian and degree angle functions too. Again, created these as well.
Drag and drop functions coming! Outstanding!
I remember when he used to get highly upset at the mere mention of a new command.
I don't miss those days.
Have fun and time a loop doing each of the above a few thousand times, and then compare the times for them. Unless something has seriously changed, the first should be quite a bit faster than the second.
@RNBW: Thanks for the suggestions. An earlier IDE version let users choose font & size, but I removed it when realizing using other fonts messed up High ASCII code in some code. So I made a code page 437 font, 3 sizes of it eventually. The word wrap I could probably add, will see if it can be done easily with just scintilla calls - but if it messes up the way I'm doing lines/linecount I'll have to reprogram some things.
@anon1: Thanks for the link. That's sure is a good looking editor. Yes, the IDE is being made in PureBasic.
- Dav
@RNBW: Thanks for the suggestions. An earlier IDE version let users choose font & size, but I removed it when realizing using other fonts messed up High ASCII code in some code. So I made a code page 437 font, 3 sizes of it eventually. The word wrap I could probably add, will see if it can be done easily with just scintilla calls - but if it messes up the way I'm doing lines/linecount I'll have to reprogram some things.
@anon1: Thanks for the link. That's sure is a good looking editor. Yes, the IDE is being made in PureBasic.
- Dav
I must say that wordwrap is very low in my requirements. It's a nice to have, but not essential.
Open an '$INCLUDE file from its IDE for editing.
Could be a handy function.
Menu options for handy tools like calc, notepad - not so useful. I have those at my finger tips always. Not needed in the editor. I'd like the IDE to be a clean QB IDE not a muddled QB/os tool interface.
Double-click word select, triple-click line select. Just saying. Yes, you too can "steal" OpenInclude() my recursive source loader.