• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Flag for keeping embedded loops/methods collapsed

Status
Not open for further replies.
Level 15
Joined
Aug 7, 2013
Messages
1,338
Hi,

Is there any flag in jass NEWGEN which keeps methods/functions/loops collapsed until un-collapsed?

e.g. suppose I have a series of long methods but I only care to look at one while I'm moving between the code. I can collapse the others, or details about this method which aren't relevant. But when I change to a different module/library/scope/etc., the methods/fields/functions/loops that I collapsed are now un-collapsed. This almost negates the utility of having this collapsing button in the editor window in the first place.
 
Status
Not open for further replies.
Top