Bug on IDE or a known limitation?

Post

Posted
Rating:
#1 (In Topic #1296)
Regular
sergioabreu is in the usergroup ‘Regular’
IDE breaks the checkbox text if I use parenthesis and a shortkut "&" as the checkbox text.

Why to add shortkuts? To click them using keyboart Alt key.

Ex:   "&Ntext (etc)" checkbox would toggle pressing Alt + N  The problem in this "label" - I mean the checkbox text, is the parenthesis.

I must NOT use or next time I open the project, the label will show broken: as "Next (etc"N")"

Looking in .src Gambas generates  Shortcut("Next text", "N") but due to the parenthesis in the text, the ","N" becomes visibile in the IDE.
 
 <IMG src="https://iili.io/dobSxmN.jpg"> </IMG>
Online now: No Back to the top

Post

Posted
Rating:
#2
Regular
sergioabreu is in the usergroup ‘Regular’
One bug solution to fix this  (att: developers) is to convert component texts containing shortkuts: "(" to \x28 and ")" to \x29  before saving the project form source.
Online now: No Back to the top
1 guest and 0 members have just viewed this.