The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: Shantanu Gadgil on March 26, 2006, 07:22:16 PM

Title: ResEd feature(s) request (s)
Post by: Shantanu Gadgil on March 26, 2006, 07:22:16 PM
Hi Ketil,
I was thinking about a couple of features in ResEd:
1. A "TabIndex Guide" (MSVC style) :)

2. A "Control ID Guide"
  What a user would do is select a bunch of controls and then click them one after the other to set their control IDs starting with the control ID of the lowest in the selected group. Some checking for controls whose IDs are set to -1 (static texts).

3. How about showing the common properties of controls when multiple controls are selected, especially the "Visible" property.

4. In the resource section would it possible to "insert" a resource entry at a particular location than always "ADD" it at the end? This way, if I add a few icons now, then something else, and then some more icons, I could keep the ICON entries together (usually I keep the ICONs numerically one after the other)

5. When saving in the .rc file would it be possible to save the #define entries sorted according to their numerical values. That would make it very easy to select a bunch of entries in line rather than having to hunt for them in the file. :) Could the same be done for the exported file?

6. How about some method of showing duplicate/unused entries?  :green2

P.S.
I noticed you have released v1.1.2.7  :8) :green2
Any news about integrating the style-manager thingy in ResEd?
Title: Re: ResEd feature(s) request (s)
Post by: KetilO on March 28, 2006, 09:31:35 AM
Hi shantanu_gadgil

Many good ideas here. I will try to find the time.

Style manager is implemented but not properly tested yet.

KetilO
Title: Re: ResEd feature(s) request (s)
Post by: Shantanu Gadgil on March 28, 2006, 12:58:07 PM
QuoteMany good ideas here.
Thanks!

QuoteI will try to find the time.
I surely hope you do. Waiting eagerly!!!