ms-structural / ms-structural/femdesign-api

Change which windows are closed by CloseOpenWindows

Open
#207 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

priority:later type:feature
Dominant language
C#
Stars
51
Forks
29
PR merge metrics
No merged PRs in 30d

Description

Instead of having CloseOpenWindows parameter as a boolean, it could have three allowed input values:

  • 0 = don't close windows
  • 1 = close windows with same file name as you are trying to open
  • 2 = close all windows.

This would allow a user to automatically replace the target file every time Model.Open is called, but keep a reference file open at the side for comparison or similar.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the CloseOpenWindows parameter and the Model.Open entry point. Trace how the current boolean value controls window closing, then verify the three requested behaviors for values 0, 1, and 2, including the reference-file comparison case.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.