You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a jupyter notebook which I copy-pasted via ctrt+c and ctrl+v in pantheon files. Although the text (copy) has been added, the extension .ipynb was not. This issue does not appear on more common extensions as .txt or .py
Steps to Reproduce
Create a file, e.g, foo.ipynb via the right mouse-button menu.
Select the file and press ctrl+c, ctrl+v
Expected Behavior
The extension is kept
OS Version
6.x (Odin)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered:
There is a note in the code: /* Strings longer than 4 or shorter than 1 are not regarded as extensions */
I guess this limit could be increased to 5, however there may be some filenames containing . where the last 5 chars are not in fact an extension. I do not think it is practical to try to maintain a list of "recognized extensions".
What Happened?
I have a jupyter notebook which I copy-pasted via
ctrt+c
andctrl+v
in pantheon files. Although the text(copy)
has been added, the extension.ipynb
was not. This issue does not appear on more common extensions as.txt
or.py
Steps to Reproduce
foo.ipynb
via the right mouse-button menu.ctrl+c
,ctrl+v
Expected Behavior
The extension is kept
OS Version
6.x (Odin)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered: