Timeline
2021-03-18:
- 22:33 Ticket #6431 (New Instantiation - [NF] Crash in NFCeval.evalExp on model check) closed by
- fixed: The PR is now merged and ported to 1.17.
- 17:42 Ticket #6431 (New Instantiation - [NF] Crash in NFCeval.evalExp on model check) updated by
- @perost, can you port this to maintenance/v1.17?
- 17:13 Ticket #6406 (OMEdit - OMEdit GUI not working properly) updated by
- Great! Ready to release …
- 17:12 Ticket #6430 (*unknown* - Error -1073741819 at solving initiation (after complete compilation)) updated by
- OK, we really need to do something with these exit codes, see #6242. …
- 17:06 Ticket #6406 (OMEdit - OMEdit GUI not working properly) closed by
- fixed
- 15:26 Ticket #5839 (OMEdit - Plotting curves with toggled sign) updated by
-
See bba553f/OpenModelica.
Added
Toggle Sign
to context … - 15:22 Ticket #6431 (New Instantiation - [NF] Crash in NFCeval.evalExp on model check) updated by
- Fixed in [https://github.com/OpenModelica/OpenModelica/pull/7313 PR …
- 15:01 Ticket #6406 (OMEdit - OMEdit GUI not working properly) updated by
- PR: https://github.com/OpenModelica/OpenModelica/pull/7312 for …
- 14:54 Ticket #6406 (OMEdit - OMEdit GUI not working properly) updated by
- Will port the fixes to 1.17 and close this.
- 14:49 Ticket #6431 (New Instantiation - [NF] Crash in NFCeval.evalExp on model check) created by
- Check model RewersePackage.Test from: …
- 10:59 Ticket #6430 (*unknown* - Error -1073741819 at solving initiation (after complete compilation)) created by
- Hi, We encounter a stranger error called -1073741819 on Windows x64. …
- 00:49 Ticket #6406 (OMEdit - OMEdit GUI not working properly) updated by
- PR: https://github.com/OpenModelica/OpenModelica/pull/7310 should fix …
- 00:41 Ticket #6427 (OMEdit - MSL 4.0 dialog is shown even if MSL 4.0 is not installed) closed by
- fixed: PRs merged in.
- 00:38 Ticket #5281 (Run-time - Add support for spatialDistribution) updated by
- @AnHeuermann, I loaded the simulation results of the three Buildings …
- 00:32 Ticket #5281 (Run-time - Add support for spatialDistribution) updated by
- @AnHeuermann, please check the attached …
- 00:24 Ticket #6198 (Backend - Index reduction issue in Buildings: the backend tries to differentiate ...) updated by
- After PR 7292 …
2021-03-17:
- 22:03 Ticket #5799 (*unknown* - Initialization solver hangs or fails at start of homotopy process ...) updated by
- Not really, the idea is that whenever the log file exceeds 10 MB, …
- 21:41 Ticket #6406 (OMEdit - OMEdit GUI not working properly) updated by
- The PR: https://github.com/modelica/ModelicaStandardLibrary/pull/3779 …
- 21:12 Ticket #6406 (OMEdit - OMEdit GUI not working properly) updated by
- The problem seems to be in MSL 4.0.0 which has *BAD BAD BAD* …
- 20:26 Ticket #5799 (*unknown* - Initialization solver hangs or fails at start of homotopy process ...) updated by
- Is OMEdit suppose to handle GB of log info via xmltcp?
- 20:25 Ticket #5799 (*unknown* - Initialization solver hangs or fails at start of homotopy process ...) updated by
- Ok, this example generates *a lot* of info, I ran it like this: […] …
- 20:18 Ticket #5799 (*unknown* - Initialization solver hangs or fails at start of homotopy process ...) updated by
- The executable consumes *A LOT* of memory, until I took my time to …
- 19:15 Ticket #6428 (MetaModelica - [MM] Add Dangerous.listAppendDestroy to the MetaModelica) updated by
- Sure, make a PR with it.
- 19:12 Ticket #6428 (MetaModelica - [MM] Add Dangerous.listAppendDestroy to the MetaModelica) updated by
- Since we are talking about performance here, does this save one …
- 15:17 Ticket #5839 (OMEdit - Plotting curves with toggled sign) updated by
- Ah, I see. However, at present the context menu has now just one item …
- 12:02 Ticket #6427 (OMEdit - MSL 4.0 dialog is shown even if MSL 4.0 is not installed) updated by
- OK, I'll just keep pushing until it passes then :)
- 12:00 Ticket #5297 (Interactive Environment - Support of conversion scripts) updated by
- Replying to sjoelund.se: > Then there is a problem with …
- 11:58 Ticket #5839 (OMEdit - Plotting curves with toggled sign) reopened by
- Sure. I will update the users guide.
- 11:57 Ticket #6427 (OMEdit - MSL 4.0 dialog is shown even if MSL 4.0 is not installed) updated by
- Yes the Qt tests fix is not ported to 1.17 so it fails sometimes. And …
- 11:56 Ticket #5839 (OMEdit - Plotting curves with toggled sign) updated by
- @adeas31, would you mind adding a short note about this in the …
- 11:53 Ticket #6427 (OMEdit - MSL 4.0 dialog is shown even if MSL 4.0 is not installed) updated by
- I re-ran the test, maybe it was just a glitch…
- 11:50 Ticket #6427 (OMEdit - MSL 4.0 dialog is shown even if MSL 4.0 is not installed) updated by
- See PR 7306 …
- 11:26 Ticket #6429 (MetaModelica - [MM] Add listFlatten and listFlattenReverse in C for more performance) updated by
- No, is actually like I said, you lose a lot of memory on this. In C …
- 11:21 Ticket #6429 (MetaModelica - [MM] Add listFlatten and listFlattenReverse in C for more performance) updated by
- Then we thought wrong, I thought it would be like one listAppend for …
- 11:07 Ticket #6429 (MetaModelica - [MM] Add listFlatten and listFlattenReverse in C for more performance) updated by
- No, it will only create 1 list: […] listAppend only allocates …
- 11:02 Ticket #6429 (MetaModelica - [MM] Add listFlatten and listFlattenReverse in C for more performance) updated by
- If you have 20 lists it will create 19 lists in the process via each …
- 10:59 Ticket #6429 (MetaModelica - [MM] Add listFlatten and listFlattenReverse in C for more performance) updated by
- Is it really that bad? You need to create the full list anyway, and …
- 10:58 Ticket #6428 (MetaModelica - [MM] Add Dangerous.listAppendDestroy to the MetaModelica) updated by
- This is the C code for it, maybe is easier to understand how it works: …
- 10:55 Ticket #6428 (MetaModelica - [MM] Add Dangerous.listAppendDestroy to the MetaModelica) updated by
- list1 will be destroyed if not empty, if is empty then list2 will be …
- 10:50 Ticket #6428 (MetaModelica - [MM] Add Dangerous.listAppendDestroy to the MetaModelica) updated by
- Replying to adrpo: > it should be: {{{list1 := …
- 10:48 Ticket #6428 (MetaModelica - [MM] Add Dangerous.listAppendDestroy to the MetaModelica) updated by
- They cannot be empty, they will always have at least one entry. And …
- 10:44 Ticket #6428 (MetaModelica - [MM] Add Dangerous.listAppendDestroy to the MetaModelica) updated by
- It depends on how the lists in the UnorderedMap are created, if they …
- 10:41 Ticket #6428 (MetaModelica - [MM] Add Dangerous.listAppendDestroy to the MetaModelica) updated by
-
it should be:
list1 := Dangerous.listAppendDestroy(list1,list2);
… - 10:40 Ticket #6429 (MetaModelica - [MM] Add listFlatten and listFlattenReverse in C for more performance) updated by
-
Cc, Version changed
- 10:40 Ticket #6429 (MetaModelica - [MM] Add listFlatten and listFlattenReverse in C for more performance) created by
- Currently List.flatten is implmeneted as: […] which has rather bad …
- 10:29 Ticket #5297 (Interactive Environment - Support of conversion scripts) updated by
- So the following libraries failed without error-message: […] Then …
- 10:12 Ticket #6427 (OMEdit - MSL 4.0 dialog is shown even if MSL 4.0 is not installed) updated by
-
Status, Owner changed
- 10:12 Ticket #6427 (OMEdit - MSL 4.0 dialog is shown even if MSL 4.0 is not installed) updated by
- Replying to adeas31: > No, why did you make this a …
- 09:59 Ticket #6428 (MetaModelica - [MM] Add Dangerous.listAppendDestroy to the MetaModelica) updated by
- I basically have something like the following example (extremely …
- 09:59 Ticket #6427 (OMEdit - MSL 4.0 dialog is shown even if MSL 4.0 is not installed) updated by
-
Cc changed
No, why did you make this a blocker? We should close this with won't … - 09:53 Ticket #5839 (OMEdit - Plotting curves with toggled sign) updated by
- Sorry I forgot to write that. Right click is used to open a context …
- 09:52 Ticket #6306 (Build Environment - OpenModelica fails to build on MacOS) updated by
-
Milestone changed
I'll move it to 1.16.5 to remember the maintenance goal - 09:45 Ticket #6427 (OMEdit - MSL 4.0 dialog is shown even if MSL 4.0 is not installed) updated by
-
Priority changed
- 09:45 Ticket #6427 (OMEdit - MSL 4.0 dialog is shown even if MSL 4.0 is not installed) updated by
-
Milestone changed
- 09:38 Ticket #6372 (Run-time - Asserts in conditional equations are not handled correctly) updated by
- After some discussion with @AnHeuermann, we thought that maybe …
- 07:02 Ticket #5839 (OMEdit - Plotting curves with toggled sign) updated by
- what's the way to toggle?
2021-03-16:
- 21:57 Ticket #6428 (MetaModelica - [MM] Add Dangerous.listAppendDestroy to the MetaModelica) closed by
- fixed
- 21:27 Ticket #6413 (OMEdit - Open Terminal from OMEdit not working) updated by
- Thanks!
- 21:11 Ticket #6428 (MetaModelica - [MM] Add Dangerous.listAppendDestroy to the MetaModelica) updated by
-
Cc changed
PR: https://github.com/OpenModelica/OpenModelica/pull/7303 Note that … - 20:57 Ticket #6413 (OMEdit - Open Terminal from OMEdit not working) closed by
- fixed: Done.
- 16:14 Ticket #6428 (MetaModelica - [MM] Add Dangerous.listAppendDestroy to the MetaModelica) created by
- 15:39 Ticket #6399 (OMPlot - OMPlot - Qt::yellow has no good contrast to white) closed by
- fixed: Fixed with [https://github.com/OpenModelica/OpenModelica/pull/7302 …
- 14:59 Ticket #5839 (OMEdit - Plotting curves with toggled sign) closed by
- fixed: Done in 97e53bb/OpenModelica.
- 10:50 Ticket #6331 (New Instantiation - [NF] Assigning parameters by external functions) updated by
- @spinhalf, we've just merged a loot of cool stuff (pun intended) on …
- 10:30 Ticket #6331 (New Instantiation - [NF] Assigning parameters by external functions) closed by
- fixed: Great, I'll consider this ticket fixed then.
- 09:47 Ticket #6331 (New Instantiation - [NF] Assigning parameters by external functions) updated by
- After all, I confirm that the actual trouble with "constant …
- 09:32 Ticket #6350 (OMEdit - OMEdit cannot handle simulations with more than 10000 variable comfortably) updated by
- Replying to ceraolo: > Maybe also #5177? Yes, the idea is …
2021-03-15:
- 23:03 Ticket #6350 (OMEdit - OMEdit cannot handle simulations with more than 10000 variable comfortably) updated by
- > This will make reading of files really quick. To speed up things a …
- 22:53 Ticket #6427 (OMEdit - MSL 4.0 dialog is shown even if MSL 4.0 is not installed) created by
- OMEdit on startup (at least on Linux) shows a dialog asking the user …
- 22:08 Ticket #6413 (OMEdit - Open Terminal from OMEdit not working) reopened by
- @adeas31, please also port this to maintenance/v1.17
- 20:34 Ticket #6409 (Run-time - Simulation is not stopped when an error happens) updated by
- Yes. That would be fine.
- 20:28 Ticket #6409 (Run-time - Simulation is not stopped when an error happens) updated by
- Replying to AnHeuermann: > @Simone Is it possible for you …
- 16:10 Ticket #6350 (OMEdit - OMEdit cannot handle simulations with more than 10000 variable comfortably) updated by
-
Cc changed
Adding more people to this discussion. I am not certain about all the … - 15:07 Ticket #6350 (OMEdit - OMEdit cannot handle simulations with more than 10000 variable comfortably) updated by
-
I think the idea of hierarchy and array variables in our
xml
files … - 14:59 Ticket #6413 (OMEdit - Open Terminal from OMEdit not working) updated by
- Replying to casella: > @adeas31, BTW, when I go to Tools | …
- 14:57 Ticket #6413 (OMEdit - Open Terminal from OMEdit not working) updated by
- Replying to casella: > I also get the same issue as …
- 14:53 Ticket #6413 (OMEdit - Open Terminal from OMEdit not working) closed by
- fixed: Fixed in c27c869/OpenModelica.
- 14:32 Ticket #6379 (OMEdit - Handling libraries in 1.17.0) closed by
- fixed: Works fine!
- 14:18 Ticket #6196 (Backend - Undetected high-index DAE or incorrectly handled overdetermined ...) updated by
- @AnHeuermann, maybe for the time being we can try to make strict …
- 14:01 Ticket #6350 (OMEdit - OMEdit cannot handle simulations with more than 10000 variable comfortably) updated by
-
Shouldn't have different entries like
<ArrayVariable>
instead? - 13:11 Ticket #6409 (Run-time - Simulation is not stopped when an error happens) updated by
- I'm afraid I need to have an example to fix the error. I don't see why …
- 13:06 Ticket #6426 (FMI - Solver export to fmu) created by
- Hello, I want to export my model as a co-simulation FMU with …
- 11:50 Ticket #6409 (Run-time - Simulation is not stopped when an error happens) updated by
-
Component changed
- 11:49 Ticket #6416 (Code Generation - Error in Implementation of the delay function) updated by
- @Guru Charan Das M <gcharandas2@…> Can you try with the nightly build …
- 11:38 Ticket #6350 (OMEdit - OMEdit cannot handle simulations with more than 10000 variable comfortably) updated by
-
Cc changed
Made some improvements in … - 11:14 Ticket #6420 (OMEdit - Detection of wrong connections) closed by
- duplicate: OK, I raised the priority of #4645. For the unconnected connectors, …
- 11:13 Ticket #4645 (OMEdit - Use blank pixels around lines to enhance readability) updated by
-
Milestone changed
- 11:12 Ticket #6424 (*unknown* - linear_model.py : two syntax errors) updated by
-
Milestone changed
- 07:12 Ticket #6425 (*unknown* - E: Unable to correct problems, you have held broken packages.) updated by
- I usually get better error-messages when I perform `apt install …
2021-03-14:
- 17:51 Ticket #6425 (*unknown* - E: Unable to correct problems, you have held broken packages.) created by
- Hi. I tryed to install the Openmodelica in Ubuntu 20.04 - focal with …
- 12:34 Ticket #6420 (OMEdit - Detection of wrong connections) updated by
- > I agree with @ceraolo, and in fact I wanted to bring up that old …
2021-03-13:
- 20:03 Ticket #6424 (*unknown* - linear_model.py : two syntax errors) updated by
-
Status, Owner changed
- 19:07 Ticket #6424 (*unknown* - linear_model.py : two syntax errors) updated by
- same observation see forum …
- 18:07 Ticket #6424 (*unknown* - linear_model.py : two syntax errors) created by
- Good morning, after call of linearize with …
- 13:38 Ticket #6409 (Run-time - Simulation is not stopped when an error happens) updated by
- Okay. You are using the correct version so I missed something.
- 10:25 Ticket #6422 (Run-time - Performance problems with Power Electronics) updated by
- You may check PR …
- 08:49 Ticket #6409 (Run-time - Simulation is not stopped when an error happens) updated by
- Replying to AnHeuermann: > PR 7288 is now merged. The …
2021-03-12:
- 19:04 Ticket #6422 (Run-time - Performance problems with Power Electronics) updated by
- I managed to get through the simulation using euler instead of dassl. …
- 18:38 Ticket #6422 (Run-time - Performance problems with Power Electronics) updated by
-
Owner, Component, Milestone changed
- 18:37 Ticket #6421 (OMPython - translateModelFMU to target directory) closed by
- invalid
- 14:53 Ticket #6363 (*unknown* - MSL 4.0.0 including Clocked supported by OM 1.16.2?) updated by
- Next example not working: […] We only get one tick when x becomes …
- 12:48 Ticket #6423 (New Instantiation - Optionally list all empty connection sets) updated by
- There's not really such a thing as an empty connection set, at least …
- 12:35 Ticket #6420 (OMEdit - Detection of wrong connections) updated by
- Replying to ceraolo: > Maybe it is even more important to …
- 12:34 Ticket #6423 (New Instantiation - Optionally list all empty connection sets) created by
- Sometimes people make mistakes by not connecting (or incorrectly …
- 10:52 Ticket #6409 (Run-time - Simulation is not stopped when an error happens) updated by
- PR 7288 is now merged. The next nightly build (tomorrow) will have …
- 09:37 Ticket #6421 (OMPython - translateModelFMU to target directory) updated by
- @lukas, yes the current API does not support generating a FMU to …
- 08:31 Ticket #6422 (Run-time - Performance problems with Power Electronics) created by
- OM 1.16.5 on Windows 10 64bit Please consider the enclosed model: It's …
- 08:24 Ticket #6421 (OMPython - translateModelFMU to target directory) created by
- Hello I'm using the scripting API of OpenModelica. I want to compile a …
- 08:22 Ticket #6420 (OMEdit - Detection of wrong connections) updated by
- Maybe it is even more important to see all the time whether …
- 08:17 Ticket #6401 (FMI - buildFMU with min, max values of variable) updated by
- Thank you for the implementation! It is working for the following …
2021-03-11:
- 19:35 Ticket #6420 (OMEdit - Detection of wrong connections) created by
- This is a feature request, resulting as a conclusion of the …
- 19:19 Ticket #6363 (*unknown* - MSL 4.0.0 including Clocked supported by OM 1.16.2?) updated by
- Good that we understand this now.
- 17:12 Ticket #6412 (OMEdit - OMEdit crashes when loading the BRSL and instantiating a library item) updated by
- Replying to adeas31: > Maybe. The thing is this is more …
- 16:43 Ticket #6363 (*unknown* - MSL 4.0.0 including Clocked supported by OM 1.16.2?) updated by
- We can't handle changing intervals in clocks […] According to …
- 14:49 Ticket #6419 (Run-time - Too many events in BRSL PressureValves models) updated by
- @casella Dymola says 0 state events. And in Simulation Analysis, it …
- 14:33 Ticket #6412 (OMEdit - OMEdit crashes when loading the BRSL and instantiating a library item) updated by
- Maybe. The thing is this is more like a new feature rather than a bug …
- 14:25 Ticket #6412 (OMEdit - OMEdit crashes when loading the BRSL and instantiating a library item) updated by
- Replying to adeas31: > I finally managed to test this a …
- 14:23 Ticket #6417 (OMEdit - OMEdit keyboard short cuts / hot keys) updated by
- Replying to adeas31: > BTW it is already possible to …
- 14:22 Ticket #6419 (Run-time - Too many events in BRSL PressureValves models) updated by
- @niklwors, can you report how many events (if any) do you get with Dymola?
- 14:22 Ticket #6413 (OMEdit - Open Terminal from OMEdit not working) updated by
- Apparently the Qt version upgrade was not so smooth. I just tested …
- 14:19 Ticket #6414 (OMEdit - Icon for user models doesn't show as expected) updated by
- @sergniko, please double check this works for you with the next 1.17.0 …
- 13:50 Ticket #6412 (OMEdit - OMEdit crashes when loading the BRSL and instantiating a library item) updated by
- Here is the combination for the crash. 1. Uncheck Enable Replaceable …
- 13:43 Ticket #6412 (OMEdit - OMEdit crashes when loading the BRSL and instantiating a library item) updated by
- I also noticed the same in the log sent by Sven. His log file shows …
- 13:42 Ticket #6412 (OMEdit - OMEdit crashes when loading the BRSL and instantiating a library item) updated by
- I finally managed to test this a bit. The problem is `Enable …
- 13:27 Ticket #6419 (Run-time - Too many events in BRSL PressureValves models) updated by
- @AnHeuermann yes I tried it, but unfortunatly it did not help […]
- 13:02 Ticket #6419 (Run-time - Too many events in BRSL PressureValves models) updated by
- @niklwors Did you try to increase the maximum number of event …
- 12:59 Ticket #6363 (*unknown* - MSL 4.0.0 including Clocked supported by OM 1.16.2?) updated by
- Related ticket #6212
- 12:58 Ticket #6414 (OMEdit - Icon for user models doesn't show as expected) updated by
- PR#7290 port …
- 12:48 Ticket #6417 (OMEdit - OMEdit keyboard short cuts / hot keys) updated by
- Any suggestion for hotkeys of the above actions? BTW it is already …
- 12:05 Ticket #6412 (OMEdit - OMEdit crashes when loading the BRSL and instantiating a library item) updated by
-
Cc changed
- 12:04 Ticket #6419 (Run-time - Too many events in BRSL PressureValves models) created by
- For some models of the BRSL library to many event iterations e.g. for …
- 12:03 Ticket #2894 (OMEdit - Summary of improvements for OMEdit GUI usability) updated by
-
Description changed
- 12:02 Ticket #6417 (OMEdit - OMEdit keyboard short cuts / hot keys) updated by
-
Milestone changed
Good idea! - 12:02 Ticket #6411 (Run-time - Improve zero crossing functions by using continuous expressions) updated by
-
Let's be very careful with scaling. If you combine
p < p_max
, … - 12:00 Ticket #6212 (OMSimulator - First tick of shiftsample is missing) updated by
- But I have a problem to understand the following model and what is …
- 11:55 Ticket #6418 (Run-time - Segmentation fault in BRSL DirectionalValves models) updated by
-
Cc, Summary changed
- 11:54 Ticket #6418 (Run-time - Segmentation fault in BRSL DirectionalValves models) created by
- In some models of our BRSL models ocuring segmantion faults. e.g. for …
- 11:51 Ticket #6212 (OMSimulator - First tick of shiftsample is missing) updated by
- I'm currently working on the timers for synchronous systems and indeed …
- 11:40 Ticket #6212 (OMSimulator - First tick of shiftsample is missing) updated by
-
Owner changed
- 11:39 Ticket #6412 (OMEdit - OMEdit crashes when loading the BRSL and instantiating a library item) updated by
- I will test it once the Windows servers are up again.
- 11:36 Ticket #6414 (OMEdit - Icon for user models doesn't show as expected) updated by
- Oh yeah and this should go in 1.17. I will port it.
- 11:31 Ticket #6414 (OMEdit - Icon for user models doesn't show as expected) closed by
- fixed: Fixed via PR#7289.
- 11:13 Ticket #6417 (OMEdit - OMEdit keyboard short cuts / hot keys) created by
- To increase the usability of omedit i'd suggest keyboard shortcuts for …
- 11:04 Ticket #6411 (Run-time - Improve zero crossing functions by using continuous expressions) updated by
- Replying to casella: > I just claim that you can define a …
- 11:03 Ticket #6412 (OMEdit - OMEdit crashes when loading the BRSL and instantiating a library item) updated by
- @adeas31, maybe OMEdit doesn't properly read the settings on first run …
- 11:02 Ticket #6412 (OMEdit - OMEdit crashes when loading the BRSL and instantiating a library item) reopened by
- In the meantime @niklwors sent via email: "I uninstalled now 1.16.5 …
- 00:59 Ticket #6408 (*unknown* - Wrong start values for NLS with homotopy) updated by
- @AnHeuermann, there are several fishy things happening here. . First …
- 00:18 Ticket #6406 (OMEdit - OMEdit GUI not working properly) updated by
-
Cc, Priority, Status, Owner, Milestone changed
@adrpo, I tried this myself with beta3 on my Windows 10 PC. If I have … - 00:12 Ticket #6413 (OMEdit - Open Terminal from OMEdit not working) updated by
- @adeas31, BTW, when I go to Tools | Options and click Reset, the …
- 00:06 Ticket #6412 (OMEdit - OMEdit crashes when loading the BRSL and instantiating a library item) updated by
- All's well that ends well :)
- 00:03 Ticket #6415 (Installation program - Msys on Windows misses header file "locale") closed by
- fixed
- 00:03 Ticket #6415 (Installation program - Msys on Windows misses header file "locale") updated by
-
Status, Owner changed
- 00:02 Ticket #6415 (Installation program - Msys on Windows misses header file "locale") reopened by
- 00:02 Ticket #6414 (OMEdit - Icon for user models doesn't show as expected) updated by
- Please save the package and also attach the .mo file of your example, …
- 00:00 Ticket #6413 (OMEdit - Open Terminal from OMEdit not working) updated by
-
Milestone changed
I also get the same issue as @AnHeuermann. Terminal is set to …
Note:
See TracTimeline
for information about the timeline view.