Trevor Williams
Trevor Williams
I have implemented this feature in the master branch.
If a change is being made here, I don't want the interface changing for elementary OS users. The application conforms to the HIG as is and will be potentially confusing...
I will get this fixed in the next release.
The master branch has been updated for this change.
I haven't made any changes to that area of code. I'm unable to reproduce the problem on my end. Is there any chance that you could record a short screencast...
If you start Outliner from the terminal: - Open the Terminal application - Enter: com.github.phase1geo.outliner After the application crashes, the Terminal application should have some sort of output displayed within...
I'm attempting to try exactly what you are doing in the video and I am unable to get the application to crash. I can seemingly move the cursor around using...
Let's try this instead. When you are in the terminal, do the following: - git clone https://github.com/phase1geo/Outliner.git - cd Outliner - ./app debug This is going to compile and start...
BTW, if the application crashes on startup, you will still be able to type 'where' to get a stack trace of that problem (it may differ from the Control-left/right crash),...
Looks like you don’t have the gdb debugger installed on your system. I think ‘sudo apt install gdb’ will do this for you, but I’m not completely sure. Once you...