Gijs-Jan Roelofs
Gijs-Jan Roelofs
Done through Github interface, our local install has diverged too much.
fiGUI.PushLabelWidth() operates on an internal stack mechanism that gets pushed to by several occurences, but gets only sparsely Popped(). This leads to several issues: - The prefix label's width can...
See: https://github.com/jacobdufault/fullserializer/commit/c03b964f581bfc03c7a6baad3643e3d272d9dedc#r56008007
https://github.com/jacobdufault/fullserializer/blob/c01db302f337205696585daa72e7d7baea922e44/Assets/FullSerializer/Source/fsSerializer.cs#L764 Within our project this has lead to contamination of the cyclic reference manager when deserializing and then re-serializing assets with the same Serializer. Edit: The above line not calling...
https://github.com/jacobdufault/fullserializer/blob/4241566cbae5e226fb1af770e274a4d99984831d/Assets/FullSerializer/Source/Converters/fsEnumConverter.cs#L40 Bug on Flagged EnumConvertor if values of the enum overlap. Example: ``` [Flags] public enum Test{ A = 1, B = 2, AnB = 3 } public Test testField...
After Jackson's comparison ([Speed](http://jacksondunstan.com/articles/3584) and [GC](http://jacksondunstan.com/articles/3592#more-3592)) on the performance of different serialization frameworks it might be interesting to take a critical look at the overall performance of FullSerializer. Any thoughts...
## Please Select if your Request is Either something new or an Enhancement ## - [ ] Enhancement of an existing Feature. - [X] Request of a new feature. ##...
Workflow could be improved if we add support for hotkeys. Several hotkeys as introduced by Trello come to mind: - 'Space' to assign to self. - 'E' to quick edit....
Currently, a custom dropdown menu is shown upon clicking on the context button. Maybe it would be more interesting to display the default redmine context menu? Or even better, incorporate...
Allowing quick edit of a title could enhance workflow considerably for lighter setups. An example implementation could be click on title to transform into a textfield which saves upon enter,...