Match the case of procedure names?

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Seymour Clufley
Addict
Addict
Posts: 1264
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Match the case of procedure names?

Post by Seymour Clufley »

When you type the name of a predefined function (eg ReplaceString) the IDE automatically corrects the case. replacestring->ReplaceString.

However it doesn't do that with custom procedures that you write.

I know it's a very trivial thing and doesn't make any difference to the software outputted by the compiler, but I really would appreciate this being added in a future version of the IDE.

Programmers are pedants, after all. :)
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

+1 but I would like to have the option to disable it.
Post Reply