Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Update dialog.json
Commit Description:
Update dialog.json
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiInputTextFlags
{
None = 0 ,
CharsDecimal = 1 ,
CharsHexadecimal = 2 ,
CharsUppercase = 4 ,
CharsNoBlank = 8 ,
AutoSelectAll = 16 ,
EnterReturnsTrue = 32 ,
CallbackCompletion = 64 ,
CallbackHistory = 128 ,
CallbackAlways = 256 ,
CallbackCharFilter = 512 ,
AllowTabInput = 1024 ,
CtrlEnterForNewLine = 2048 ,
NoHorizontalScroll = 4096 ,
AlwaysOverwrite = 8192 ,
ReadOnly = 16384 ,
Password = 32768 ,
NoUndoRedo = 65536 ,
CharsScientific = 131072 ,
CallbackResize = 262144 ,
CallbackEdit = 524288 ,
}
}
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