It sounds like you want different windows of the same app to open with distinct sizes. Unfortunately, most applications don’t inherently remember window sizes for individual documents. However, there are a few workarounds you can try:
Third-Party Window Management Tools:
Consider using third-party window management tools that allow you to save and restore window sizes and positions. These tools often provide more granular control over window behavior.
Examples include “DisplayFusion” (for Windows) or “Magnet” (for macOS).
Scripting or Macros:
If you’re comfortable with scripting or macros, you could create a custom solution.
For instance, you might write a script that detects when a specific document opens and automatically adjusts its window size.
Remember that the effectiveness of these solutions may vary depending on the specific app you’re using.