Pottus / Texture-Studio

86 stars 90 forks source link

Remove 'stock' modifier from functions #37

Closed Pottus closed 8 years ago

Pottus commented 8 years ago

It makes it easier to search during development for the actual function but I always forget to remove it later.

Crayder commented 8 years ago

I actually use regular expressions to find all of my functions anyways, I have shortcuts to all of them in AHK for quick use in NPP.

So yeah, this is easy to do and perfectly fine.

Also, once Extreme Studio becomes a bit more usable (it's already in great shape, just a bit more developing to my NPP comfort zone), I'll make TS a project (i.e. Extreme Studio format).

Also 2, I planned on just basically doing a complete reorganization in TS. I was already working on this but there was just so much I got lost in time.

Crayder commented 8 years ago

Perhaps keeping a blank macro would be sufficient.

Like, replace all "stock" on functions with "func" and define "func" as nothing?

EDIT: Defining "func" causes the compiler to crash, no go there. EDIT: I think I'm going with "tsfunc" for now.