spyder-ide / spyder-terminal

Run system terminals inside Spyder. Works on Linux, macOS and Windows.
MIT License
230 stars 78 forks source link

PR: Upgrade xterm to 4.2 and add search functionality #154

Closed steff456 closed 5 years ago

steff456 commented 5 years ago
ccordoba12 commented 5 years ago

Add the search functionality on the server

What do you mean by this @steff456? Please clarify.

steff456 commented 5 years ago

Now we have the implementation to search by a word and obtain the number of line and column where it appears. Then we will be able to put a search bar for users that want to search inside the terminal. Right now, it only works on the server, I need to add the graphic part of it in the plugin.

ccordoba12 commented 5 years ago

Right now, it only works on the server, I need to add the graphic part of it in the plugin.

Pretty cool!! Thanks for the clarification!