April 29, 2024, 09:05:26 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


whishlist...

Started by zaphod, November 14, 2009, 03:07:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zaphod

I know its easy to wish but...

In the ide : an indent function (in the edit menu, or context menu) would be great for lisibility of code.

In the language : a swap function like that :
int a,b
swap a,b

No need to use a temp value.

Ionic Wind Support Team

#1 Highlight some code, press tab or shift-tab

#2 You can swap two integer values using an exclusive or 3 times:


a ||= b
b ||= a
a ||= b


Yes I know, a swap would be easier, but I like to show off that trick  ;D

Ionic Wind Support Team

zaphod

Thx for the tricks. I adopt.

A little thing (detail) : in project, when i add versioninfo, i have the value :
VALUE  "LegalCopyright",   "CopyrightÂÃ,© 2006"

Nice if it is to the actual year...