Author Topic: Select multiple connectors  (Read 16645 times)

DPMiddleton

  • EA User
  • **
  • Posts: 27
  • Karma: +0/-0
    • View Profile
Select multiple connectors
« on: April 17, 2013, 07:02:17 pm »
Select multiple connectors to e.g. change the line style for all of the selected connectors.

On the moment, one can only select one connector at a time, so e.g. changing the connector routing style on an existing diagram can be very time consuming.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13288
  • Karma: +557/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Select multiple connectors
« Reply #1 on: April 24, 2013, 04:13:36 pm »
I second that.
I've even added a function to one of my add-ins to change the layout of all connectors to "orthogonal square"

Geert

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1359
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: Select multiple connectors
« Reply #2 on: April 26, 2013, 03:10:11 pm »
Hi Geert

That sounds very interesting, I'm going to try it!
Does your add'in support all connector types like tree style and so on?

Thanks
Guillaume
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13288
  • Karma: +557/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Select multiple connectors
« Reply #3 on: April 26, 2013, 05:30:23 pm »
Nono, I've just quickly put something together for my own use.
I might one day start a new open source add-in for these kinds of things.

Geert

JordanV

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Select multiple connectors
« Reply #4 on: April 28, 2013, 08:18:39 pm »
I second that, this is feature I really miss in EA. Such thing will make our lives much easier. :)
In addition, it would be nice to have ability to mass-add tags on the selected connectors.

skiwi

  • EA Expert
  • ****
  • Posts: 2080
  • Karma: +46/-82
    • View Profile
Re: Select multiple connectors
« Reply #5 on: May 08, 2013, 10:26:24 am »
Gosh, this is like déjà vu all over again (note that dates on some of this posts and don't hold your breath)
If you want this please put in a feature request (vote early and often)

* Select multiple connectors
* Select multiple "things" on a diagram
* 8.0 diagram enhancements: working with multiple connectors
* Settings for default connector labels' display
Orthogonality rules
Using EA16.1 (1627) on Windows 11 Enterprise/64 bit. Repositories in SQLServer2019 DB Schema 1558.
WebEA on Pro Cloud Server 4.2.64

ducatiross

  • EA User
  • **
  • Posts: 114
  • Karma: +1/-0
    • View Profile
Re: Select multiple connectors
« Reply #6 on: March 14, 2014, 11:14:30 pm »
Quote
Nono, I've just quickly put something together for my own use.
I might one day start a new open source add-in for these kinds of things.

Geert

Iknow I am a year late to this party, but having just amended a load of diagrams to change line-style to Tree Horizontal, I am mighty fed up with it !  >:( Would this add-in be available for general use Geert, or is there somewhere I can learn how to create my own ?

thanks

ducatiross

  • EA User
  • **
  • Posts: 114
  • Karma: +1/-0
    • View Profile
Re: Select multiple connectors
« Reply #7 on: March 14, 2014, 11:15:35 pm »
Or even set the default line-style for a diagram or project ? I can't find a way to do that either !

Matthew

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Select multiple connectors
« Reply #8 on: March 14, 2014, 11:50:17 pm »
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

ducatiross

  • EA User
  • **
  • Posts: 114
  • Karma: +1/-0
    • View Profile
Re: Select multiple connectors
« Reply #9 on: March 15, 2014, 03:43:57 am »
Thanks Helmut, I'll have a look.

Matthew

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Select multiple connectors
« Reply #10 on: March 15, 2014, 06:53:22 am »
Hi Matthew,

if you want to set the line style for a lot of diagrams:
  • Select the diagrams or
  • Make a search to get the diagrams in the Search Window, then select them (Ctrl A, or the ones you want)
  • Click on the line style you want: VT I think

That should be all you have to do. If there are problems drop me a mail.

The next release (next week) will also contain:
  • Bezier
  • Easy change the xml location of a controlled package
  • Help
You have to ensure:
- Extensions, Addin Window, is checked
- Packages are checked out (see Checkout Branch, powerful!)

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

stevesavage

  • EA User
  • **
  • Posts: 119
  • Karma: +4/-0
    • View Profile
Re: Select multiple connectors
« Reply #11 on: September 04, 2014, 11:59:53 am »
For now my work around is a script.

I select one or more elements in the diagram.
I right click to run my script.

First the script asks, would I like to update the connectors going to the
selected element(s), from the selected elment(s), or both directions.

Next the script asks, what style I'd like to change them to. LH, etc.
Then it updates the connectors, and reloads the diagram.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13288
  • Karma: +557/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Select multiple connectors
« Reply #12 on: March 16, 2015, 10:35:15 pm »
I wrote an EA-Matic script to configure my own default line styles per connector type and update all the connectors in a diagram to said default styles: Configure your own default line styles in Enterprise Architect with EA-Matic

Geert