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
Describe the problem your feature will solve.
Add ability rename tabs. Renaming nodes already works great!
Describe the solution you'd like
Copy some of the code from renaming nodes to tabs... I'll give it a shot!
Describe alternatives you've considered
None should be doable maybe weird when sorting is enabled. Right now I just send a js alert to rename tabs, but would be great if I could just double click in to rename. I also disabled sorting as my current implementation can be buggy if I sort and double click at the same time. Probably do to some of the css I'm using, but haven't looked into it enough.
Additional context
I'm making an open source IDE to the R programming language similar to RStudio and compiled to WASM / shinylive. I've been really enjoying w2ui. In fact it has many other components I'll likely start replacing in my existing app. Right now I'm only using tabs, but I plan to use sidebar nodes for a file browser, and might make the switch to use resizable layout for everything... right now I'm just using split.js.
Describe the problem your feature will solve.
Add ability rename tabs. Renaming nodes already works great!
Describe the solution you'd like
Copy some of the code from renaming nodes to tabs... I'll give it a shot!
Describe alternatives you've considered
None should be doable maybe weird when sorting is enabled. Right now I just send a js alert to rename tabs, but would be great if I could just double click in to rename. I also disabled sorting as my current implementation can be buggy if I sort and double click at the same time. Probably do to some of the css I'm using, but haven't looked into it enough.
Additional context
I'm making an open source IDE to the R programming language similar to RStudio and compiled to WASM / shinylive. I've been really enjoying w2ui. In fact it has many other components I'll likely start replacing in my existing app. Right now I'm only using tabs, but I plan to use sidebar nodes for a file browser, and might make the switch to use resizable layout for everything... right now I'm just using split.js.
You can check it out here
Thank you for creating this, it's great.
The text was updated successfully, but these errors were encountered: