<div dir="ltr"><div style="font-size:12.8px">i'm work in this bug -> create a recently special character used bar... i will descript what i'm done</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">i do a subclass of the class "SvxShowCharSet" (it is the class of the grid where there are the special character) and i modify it to view only 2 rows and i put the char what i want.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">i do the events mousebuttondown,mousebuttonup,<wbr>mousebuttonmove.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">what i want to do now is the implementation of a class that can memorize the special char recently used... for this i need any suggestion to how to work, i will explain what i think:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">i think a class "RecUsedChar" with this attribute:</div><div style="font-size:12.8px">-char</div><div style="font-size:12.8px">-font</div><div style="font-size:12.8px">-subset</div><div style="font-size:12.8px">-hexadecimal code</div><div style="font-size:12.8px">-decimal code</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">the method:</div><div style="font-size:12.8px">-get e set method</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">then i think to make an array of this class where i can memorize the recently used</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">my question of this:</div><div style="font-size:12.8px">where can i collocate this class? i do a hxx and cxx? which is the module where can i put this classes?</div><div style="font-size:12.8px">can this idea be good?</div><div style="font-size:12.8px">is better make the array into the class (with a getChar(int index)?</div><div style="font-size:12.8px">then i have to  save this on the disk? </div><div style="font-size:12.8px">how?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">thanks for your work!</div></div>