Gru
Gru
It has the same problem as similar solutions: the multiline copy items are not correctly displayed in the buffer list.
Says 0 verts, 0 tris.
As seen here: https://jsfiddle.net/rj82yaqb/2/ Instructions: 1. Press Enter until the content is scrolling. 2. Create a table and select a cell. 3. Scroll again. Result: the table elements stay in...
Windows 7 x64. First it fails because it needs python2 in path, after that is fixed another error: TRACKER : error TRK0005: Failed to locate: "CL.exe". The system cannot find...
``` 2017-03-21 22:46:53,110 CRIT Supervisor running as root (no user in config file) 2017-03-21 22:46:53,111 WARN Included extra file "/etc/supervisor/conf.d/startup.conf" during parsing 2017-03-21 22:46:53,136 INFO RPC interface 'supervisor' initialized 2017-03-21...
Hi, color coder looks great! I have 2 feature requests: 1) Have different coloration of Method definition from a method call. This could help separate method definitions better. 2) Have...
It would be good if GLFW implemented features on an undecorated window: 1. Draggability on a custom screen area. Support for standard features like window snapping on Windows. 2. Resizing....
Sometimes when checking if a variable falls within a pre-define set of values there can be a lot of verbosity: ```C# if(someVariable == 'a' || someVariable == 'b' || someVariable...
Would it be possible for items in the quickbar to be multiline themselves? One idea would be to display for example first 3 lines for multiline selection rather than it...
Every time a clipboard item is pasted the ring shuffles so that the last pasted item is first in the list and the previous last copied item goes at the...