Austin Condiff

Results 550 comments of Austin Condiff

We should probably add the ability to select multiple items in the project navigator, for example if the user wanted to delete multiple items at once. If multiple items are...

Closing as this is done to my knowledge.

@prasoonmhwr ✅ Done. Would you like me to assign this one to you?

@prasoonmhwr We are using [SwiftTerm](https://github.com/migueldeicaza/SwiftTerm). It is implemented in `CodeEditModules/TerminalEmulator/src`.

@prasoonmhwr I see your issue, https://github.com/migueldeicaza/SwiftTerm/issues/264. Hopefully they get back to you soon. I will look through their code and if anything jumps out at me I will let you...

@prasoonmhwr I found it posted in their API documentation [here](https://migueldeicaza.github.io/SwiftTerm/Enums/CursorStyle.html). It can also be seen in their code [here](https://github.com/migueldeicaza/SwiftTerm/blob/131a52bf3b1e9e8f8ed8d8298d3112972eb9ce22/Sources/SwiftTerm/TerminalOptions.swift#L11-L39). And [here](https://github.com/migueldeicaza/SwiftTerm/blob/131a52bf3b1e9e8f8ed8d8298d3112972eb9ce22/Sources/SwiftTerm/TerminalOptions.swift#L52) it is in the `TerminalOptions`. You might also tackle...

I wonder if this has something to do with making edits in a temporary tab. When you make any changes, this temporary tab _should_ convert to a normal tab. I...

@schmidan It is possible. We may need to build that in if it doesn't yet exist. It should be converted to a standard tab once didBeginEditing is fired.

I am not entirely sure to be honest. @lukepistrol or @thecoolwinter may be better to answer this one.