Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Tidy code.
Commit Description:
Tidy code.
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiInputTextFlags
{
None = 0 ,
CharsDecimal = 1 << 0 ,
CharsHexadecimal = 1 << 1 ,
CharsUppercase = 1 << 2 ,
CharsNoBlank = 1 << 3 ,
AutoSelectAll = 1 << 4 ,
EnterReturnsTrue = 1 << 5 ,
CallbackCompletion = 1 << 6 ,
CallbackHistory = 1 << 7 ,
CallbackAlways = 1 << 8 ,
CallbackCharFilter = 1 << 9 ,
AllowTabInput = 1 << 10 ,
CtrlEnterForNewLine = 1 << 11 ,
NoHorizontalScroll = 1 << 12 ,
AlwaysInsertMode = 1 << 13 ,
ReadOnly = 1 << 14 ,
Password = 1 << 15 ,
NoUndoRedo = 1 << 16 ,
CharsScientific = 1 << 17 ,
CallbackResize = 1 << 18 ,
Multiline = 1 << 20 ,
NoMarkEdited = 1 << 21 ,
}
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings