Home
last modified time | relevance | path

Searched refs:picComment (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmAssemblerColors.Designer.cs31 this.picComment = new System.Windows.Forms.PictureBox(); in InitializeComponent()
44 ((System.ComponentModel.ISupportInitialize)(this.picComment)).BeginInit(); in InitializeComponent()
63 this.tableLayoutPanel1.Controls.Add(this.picComment, 1, 4); in InitializeComponent()
89 this.picComment.Cursor = System.Windows.Forms.Cursors.Hand; in InitializeComponent()
90 this.picComment.Location = new System.Drawing.Point(97, 155); in InitializeComponent()
91 this.picComment.Name = "picComment"; in InitializeComponent()
92 this.picComment.Size = new System.Drawing.Size(32, 32); in InitializeComponent()
93 this.picComment.TabIndex = 9; in InitializeComponent()
94 this.picComment.TabStop = false; in InitializeComponent()
215 ((System.ComponentModel.ISupportInitialize)(this.picComment)).EndInit(); in InitializeComponent()
[all …]
H A DfrmAssemblerColors.cs25 picComment.BackColor = ConfigManager.Config.DebugInfo.AssemblerCommentColor; in frmAssemblerColors()
49 ConfigManager.Config.DebugInfo.AssemblerCommentColor = picComment.BackColor; in OnFormClosing()
60 picComment.BackColor = Color.Green; in btnReset_Click()
H A DfrmDebuggerColors.Designer.cs55 this.picComment = new System.Windows.Forms.PictureBox(); in InitializeComponent()
72 ((System.ComponentModel.ISupportInitialize)(this.picComment)).BeginInit(); in InitializeComponent()
120 this.tableLayoutPanel1.Controls.Add(this.picComment, 7, 4); in InitializeComponent()
392 this.picComment.Cursor = System.Windows.Forms.Cursors.Hand; in InitializeComponent()
393 this.picComment.Location = new System.Drawing.Point(518, 137); in InitializeComponent()
394 this.picComment.Name = "picComment"; in InitializeComponent()
395 this.picComment.Size = new System.Drawing.Size(32, 32); in InitializeComponent()
396 this.picComment.TabIndex = 34; in InitializeComponent()
397 this.picComment.TabStop = false; in InitializeComponent()
456 ((System.ComponentModel.ISupportInitialize)(this.picComment)).EndInit(); in InitializeComponent()
[all …]
H A DfrmDebuggerColors.cs35 picComment.BackColor = ConfigManager.Config.DebugInfo.AssemblerCommentColor; in frmDebuggerColors()
69 ConfigManager.Config.DebugInfo.AssemblerCommentColor = picComment.BackColor; in OnFormClosing()
92 picComment.BackColor = Color.Green; in btnReset_Click()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Djal.vim35 syn match picComment ";.*" contains=picTodo
120 …el,picIdentifier, picLabel,picASCII,picDecimal,picHexadecimal,picOctal,picComment,picString,picReg…
121 …el,picIdentifier, picLabel,picASCII,picDecimal,picHexadecimal,picOctal,picComment,picString,picReg…
213 hi def link picComment Comment
H A Dpic.vim32 syn match picComment ";.*" contains=picTodo
94 hi def link picComment Comment
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Djal.vim35 syn match picComment ";.*" contains=picTodo
120 …el,picIdentifier, picLabel,picASCII,picDecimal,picHexadecimal,picOctal,picComment,picString,picReg…
121 …el,picIdentifier, picLabel,picASCII,picDecimal,picHexadecimal,picOctal,picComment,picString,picReg…
213 hi def link picComment Comment
H A Dpic.vim32 syn match picComment ";.*" contains=picTodo
94 hi def link picComment Comment
/dports/x11-fm/konqueror/konqueror-21.12.3/plugins/kimgalleryplugin/
H A Dimgalleryplugin.cpp409 QString picName, picComment, curLine, curLineStripped; in loadCommentFile() local
416 picComment.clear(); in loadCommentFile()
422 picComment += curLine + '\n'; in loadCommentFile()
427 m_commentMap->insert(picName, picComment); in loadCommentFile()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dpicttoppm.c483 picComment(Word const type, in picComment() function
643 picComment(readWord(), 0); in ShortComment()
658 picComment(type, readWord()); in LongComment()