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 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) Open Sch & Brd files together
  • 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 72 replies
  • Subscribers 180 subscribers
  • Views 7220 views
  • Users 0 members are here
Related

Open Sch & Brd files together

k.portman
k.portman over 15 years ago

Is there a way to open an existing Sch & Brd file together, by default.

When I double click either Sch or Brd file name on the Eagle Control

Panel it asks "Do you also want to load xxx.brd?" (or xxx.sch). I always

respond Yes, sofar never had a need to respond No.

 

Is there a eaglerc.usr setting to force (or make as default behaviour)

the opening of Brd & Sch files together. If not, could it be

implemented. Much requested for!!!

 

Kim

 

  • Sign in to reply
  • Cancel
Parents
  • autodeskguest
    autodeskguest over 15 years ago

    Am 26.02.2010 18:43, schrieb Tilmann Reh:

    Doesn't that fit everyone's need?  A clean approach that gives easy access

    to the design documents from within Control Panel.  Not much effort to

    distract from other features and EAGLE doesn't become bloated.  A win-win I

    think.

     

    Unfortunately, getting this to work is some effort, since you would have

    to set up that file association list first before you can make use of

    it. That's not a works-from-the-box approach, IMHO.

     

    Luckily, the OS already has exactly such a list - why not simply use

    that? You can pass the name of a file to the system shell and have the

    related application started automagically.

     

    With James' approach it would be possible to configure which files Eagle's

    Control Panel shows. I'd rather not have all the files shown in the

    folder list, as was mentioned by someone else in this thread already.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 15 years ago in reply to autodeskguest

    Please read this carefully:

     

    In order to implement double clicking and opening of files from the

    control panel of EAGLE. does not require to EAGLE to do anything, have

    any file associations, nor any file viewers. as all have stated, this

    already resides in the OS. all that is required is to pass "START

    path\filename.ext" to the OS. just one string. that's it. maybe 10 lines

    of code. no viewers, no tables, no nothing. and stop hiding files in the

    control pane - which is simplifying the code. if this is untrue, I

    challenge you to provide evidence to the contrary.

     

    nobody is asking for EAGLE to be aware of or do anything with any type

    of file except it's own. if you think i or anyone else here asked for

    that, you are projecting your own prejudices, misunderstanding and

    perhaps your ignorance of programming into the debate. please quote for

    me where I, or anyone else, has asked for EAGLE to be aware of and

    handle different file types. right, we only asked that they be opened in

    the native application, not EAGLE, you misunderstood us. when we say

    open, we mean "from the control panel", not "by the EAGLE application".

     

    personally, i don't like the control panel. i totally agree that EAGLE

    should be as light and CAD oriented as possible - I'd even dump the

    integral text editor. i think CADSOFT should concentrate on real

    features that improve the tool, not libraries, not databases. i think

    there is real room to rethink EAGLE's project management paradigm - I

    myself found it strange when introduced to it.

     

    but, since I must use the control panel, I wish it wouldn't get in my

    way of organizing projects in the way that works best for me. not for 10

    lines of code at any rate.

     

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

    Please read this carefully:

     

    In order to implement double clicking and opening of files from the

    control panel of EAGLE. does not require to EAGLE to do anything, have

    any file associations, nor any file viewers. as all have stated, this

    already resides in the OS. all that is required is to pass "START

    path\filename.ext" to the OS. just one string. that's it. maybe 10 lines

    of code. no viewers, no tables, no nothing. and stop hiding files in the

    control pane - which is simplifying the code. if this is untrue, I

    challenge you to provide evidence to the contrary.

     

    nobody is asking for EAGLE to be aware of or do anything with any type

    of file except it's own. if you think i or anyone else here asked for

    that, you are projecting your own prejudices, misunderstanding and

    perhaps your ignorance of programming into the debate. please quote for

    me where I, or anyone else, has asked for EAGLE to be aware of and

    handle different file types. right, we only asked that they be opened in

    the native application, not EAGLE, you misunderstood us. when we say

    open, we mean "from the control panel", not "by the EAGLE application".

     

    personally, i don't like the control panel. i totally agree that EAGLE

    should be as light and CAD oriented as possible - I'd even dump the

    integral text editor. i think CADSOFT should concentrate on real

    features that improve the tool, not libraries, not databases. i think

    there is real room to rethink EAGLE's project management paradigm - I

    myself found it strange when introduced to it.

     

    but, since I must use the control panel, I wish it wouldn't get in my

    way of organizing projects in the way that works best for me. not for 10

    lines of code at any rate.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
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