Zaheer

Results 8 comments of Zaheer

I think the relevant code affecting this is given here https://github.com/arduino/arduino-ide/blob/df8658eff9d1758239923c740357ed6b33b7397e/arduino-ide-extension/src/browser/serial/monitor/serial-monitor-send-output.tsx#L110-L113 Can I go ahead and submit a PR changing it to ```ts const timestamp = (data.timestamp && `${dateFormat(data.lines[index].timestamp, 'HH:MM:ss.l')}...

@per1234 I've tested it on Ubuntu through WSL with my Uno board and it works.

@per1234 arduino/arduino-serial-plotter-webapp#8 is closed now, can we consider this as closed or is there some testing that needs to be done? Further, the OP has written that the Serial Plotter...

I have reviewed the code and have some queries: 1. What happens when I press the Up Arrow to retrieve the previous command and then press Enter? Does it get...

It's almost been 3 weeks since the last update. How can I contribute and complete the required changes so that this feature is completed?

The legacy IDE has a separate class called commandHistory that implements this functionality at [CommandHistory.java](https://github.com/arduino/Arduino/blob/57a931c9c4c084057417837239ad8136f8a7b1aa/app/src/processing/app/CommandHistory.java#L10-L14) ```java public class CommandHistory { private final LinkedList commandHistory = new LinkedList(); private final int...

@per1234 Is there a resolution for this? How can I help?

Ctrl+C when the dialog box is in focus will copy the details. You can paste it to the Notepad and get the appropriate details. Screenshot shown below ![image](https://github.com/arduino/arduino-ide/assets/5036103/ba724f99-df5c-4706-9407-a68c5371cb71) I understand...