C++ access specifier sections (#212)
Hello!
Great job on the program so far! One suggestion is in the c++ code generation it'd be nice if instead of saying public/private/protected for every variable/method it had one public section and then private section etc. so instead of:
public:
int x;
public:
int y;
It would be:
public:
int x;
int y;
Created
21 April 2013 17:37:18
Closed
13 May 2013 22:11:26
Requested by
Patrick
State
Solved
Version
6.1
OperatingSystem
Windows 8 x64
Solved in
6.15
Patrick 29 April 2013 16:55:13
Thanks! I look forward to it.
Dusan Rodina - softwareideas.net 23 April 2013 0:47:49
Hello,
Thank you very much! I will certainly improve it soon - probably in the next release.