mattiasnordin / StataEditor

Stata Editor for Sublime Text 3
47 stars 18 forks source link

How to open multiple Stata #36

Open wawa-wahoonito opened 5 years ago

wawa-wahoonito commented 5 years ago

I would like to run multiple programs at a time. For example, if I open two ST3 windows (not two tabs) under two different directory for two projects, I would hope ST3 would initiate two Stata windows and run them simultaneously. However, project #2 will cut #1 short on the same Stata window. Is there any way to work around this? Thank you!

mattiasnordin commented 5 years ago

Unfortunately, that is not possible at the moment. See also issue #25.

fredericky123 commented 4 years ago

Is there any update? I really hope this function can be realized.

flcong commented 2 years ago

I am thinking about adding this feature in StataEditor. The following is my plan for the intended features:

However, there is a choice to make about the implementation. There are two ways to implement, but both have their pros and cons:

If I cannot successfully get variable names through Win32 API, I think the optimal way is a hybrid of the two approaches:

If this sounds good, I'll try to implement and make a pull request. Any discussions or ideas are welcomed.

fredericky123 commented 2 years ago

It's inspiring if this function can be implemented!