public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: Mo DeJong <mdejong@cygnus.com>
To: sourcenav@sources.redhat.com
Subject: Re: Target order
Date: Thu, 21 Jun 2001 14:01:00 -0000	[thread overview]
Message-ID: <Pine.SOL.3.91.1010621135829.6715A-100000@cse.cygnus.com> (raw)
In-Reply-To: <000201c0f989$3c2705c0$f2029fc1@helmut>

On Wed, 20 Jun 2001, Helmut Herrmann wrote:

> Hello,
> 
> I am working on a project consisting of about 80 targets, 40 debug and
> release targets each. Is it possible to sort these targets in the Build
> Settings dialog? Currently, it is quite cumbersome to find a specific
> target. Thank you for any answer.
> 
> Regards,
> Helmut Herrmann

You would have to modify the code to do custom sorting.
If you are interested in doing this, I suggest you
start poking around in snavigator/gui/targetmgr.tcl.

There is a block of code like so in the CreateDialog method:

        # Get a list of targets
        set targets [GetTargetsList]

        foreach target ${targets} {
            $itk_component(tmlist) insert end ${target}
            sn_log "IDE_DEBUG: target = <${target}>"
        }


You could sort the list before adding it to the list widget
at that point.

Mo DeJong
Red Hat Inc

      reply	other threads:[~2001-06-21 14:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-20  5:59 Helmut Herrmann
2001-06-21 14:01 ` Mo DeJong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.SOL.3.91.1010621135829.6715A-100000@cse.cygnus.com \
    --to=mdejong@cygnus.com \
    --cc=sourcenav@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).