element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) Improve the SHOW command part highlighting in the board editor
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 5 replies
  • Subscribers 179 subscribers
  • Views 549 views
  • Users 0 members are here
  • improvement
  • board_editor
  • show
  • suggested
Related

Improve the SHOW command part highlighting in the board editor

martonmiklosqdev
martonmiklosqdev over 8 years ago

When populating boards by hand I usually use the SHOW command with the @ argument.

 

It works well with a single component:

image

 

But there is an use case when I would like to highlight multiple parts (with the same value):

image

 

In this case the EAGLE draws one big rectangle, but showing separate rectangles would make more sense like on this gimposhopped image.

 

image

 

To not "break backward compatibility" I would recommend to implement this separate rectangle behavior only when each part name is suffixed with a @

Like SHOW R1 R2 R14 @ should show a single rectangle, while SHOW R1 @ R2 @ R14 @ should show them separately.

  • Sign in to reply
  • Cancel

Top Replies

  • autodeskguest
    autodeskguest over 8 years ago in reply to martonmiklosqdev +2
    On 4/24/2017 5:00 PM, Miklos Marton wrote: Thank you so much Warren for your ULP! I agree with you on the fact that the gray out would be a better (and less clutterish) approach to highlight parts. I hope…
  • autodeskguest
    autodeskguest over 8 years ago +1
    On 25/04/2017 12:35 a.m., Miklos Marton wrote: When populating boards by hand I usually use the SHOW command with the @ argument. It works well with a single component: But there is an use case when I…
  • martonmiklosqdev
    martonmiklosqdev over 8 years ago in reply to autodeskguest +1
    Hi, I have upgraded this ULP a bit: I have added ability to show parts in only top/bottom sides: https://github.com/martonmiklos/ulps_for_eagle/tree/master/show_values
Parents
  • autodeskguest
    autodeskguest over 8 years ago

    On 25/04/2017 12:35 a.m., Miklos Marton wrote:

    When populating boards by hand I usually use the SHOW command with the @ argument.

     

    It works well with a single component:

     

     

    But there is an use case when I would like to highlight multiple parts (with the same value):

     

     

    In this case the EAGLE draws one big rectangle, but showing separate rectangles would make more sense like on this gimposhopped image.

     

     

     

    To not "break backward compatibility" I would recommend to implement this separate rectangle behavior only when each part name is suffixed with a @

    Like SHOW R1 R2 R14 @ should show a single rectangle, while SHOW R1 @ R2 @ R14 @ should show them separately.

     

    --

    To view any images and attachments in this post, visit:

    https://www.element14.com/community/message/221192

     

     

     

    In my opinion a whole bunch of rectangles are not the answer. What you

    need is high visibility of the location of the parts of interest,

    without clutter.

     

    Previously I have proposed previously that during 'show' the board view

    is greyed. It is the low light colours that are greyed. This is how

    Altium do it and where the idea came from.  Highlight colours remain as

    you have set them in your palette so the items you 'show' are very obvious.

     

    I'll attach an image which E14 users will need to go to eaglecentral to see.

    http://www.eaglecentral.ca

     

    In my world, a ulp toggles between the grey and normal palette.

    A second ulp, showvals_Eagle_7 downloadable form autodesk

    http://eagle.autodesk.com/eagle/download/1776

    locates the common value you wish to highlight.

    In the attached I keyed in the value 100nf to locate the 100nf capacitors.

     

     

    Warren

     

      ... use NNTP://news.cadsoft.de and a functional news reader like

    Thunderbird!

    ... or http://www.eaglecentral.ca browser access to CadSoft EAGLE

    support forums.

     

     

    ---

    This email has been checked for viruses by Avast antivirus software.

    https://www.avast.com/antivirus

     

    Attachments:
    image
    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • martonmiklosqdev
    martonmiklosqdev over 8 years ago in reply to autodeskguest

    Thank you so much Warren for your ULP!

     

    I agree with you on the fact that the gray out would be a better (and less clutterish) approach to highlight parts.

     

    I hope this issue will get the Autodesk's attention because I think it would not be so hard to implement.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • martonmiklosqdev
    martonmiklosqdev over 8 years ago in reply to autodeskguest

    Thank you so much Warren for your ULP!

     

    I agree with you on the fact that the gray out would be a better (and less clutterish) approach to highlight parts.

     

    I hope this issue will get the Autodesk's attention because I think it would not be so hard to implement.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • autodeskguest
    autodeskguest over 8 years ago in reply to martonmiklosqdev

    On 4/24/2017 5:00 PM, Miklos Marton wrote:

    Thank you so much Warren for your ULP!

     

    I agree with you on the fact that the gray out would be a better (and less clutterish) approach to highlight parts.

     

    I hope this issue will get the Autodesk's attention because I think it would not be so hard to implement.

     

    --

    To view any images and attachments in this post, visit:

    https://www.element14.com/community/message/221170

     

     

    Hi Milos,

     

    It has our attention, stay tuned.

     

    Best Regards,

    Jorge Garcia

    Autodesk Support

     

    --

    We have a new forum here <http://forums.autodesk.com>

     

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • martonmiklosqdev
    martonmiklosqdev over 8 years ago in reply to autodeskguest

    Thank for your reply Jorge! I am very pleased to see such an improvement.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube