DevulderJeanPaul

Results 7 issues of DevulderJeanPaul

Hi, When you select a no visible item The control doesn't try scroll to display the selection Example The list have 10 entrys, The control bounds display 0-6 items Now...

Hi, show methode .shared doesn't exist! Thanks,

Hi, Country(name: "French Guiana", iso: "GF", phoneCode: 594, countryCode: 254), Country(name: "French Polynesia", iso: "PF", phoneCode: 689, countryCode: 258), Country(name: "French Southern Territories", iso: "TF", phoneCode: nil, countryCode: 260), Are...

Hi, I have add a simple function for check input on the NSTextField (macOS only) Add this extension extension String { func isNumber() -> Bool { return !self.isEmpty && self.rangeOfCharacter(from:...

Hi, It's great when saving project store the state of each project (expanded or collapsed state) and restore state when loading project

enhancement

Hi, Please add shorcuts for menu items for hide/show (console,project,toolbar)

enhancement

hi, on the file DSFLabelledTextField.swift you have this line code c = NSFontManager.shared.convertWeight(true, of: c) on line 148 and 149 Duplicate code ?