is there any exmaple how to create custom shell based on build in static shells?
Maybe you should provide an option which allow create new shell based on static shell?
And why character encoding is not editable combo box?
In Java project I can select encoding from list, but if it is not there I can type it myself.
I ask for it because there is no polish encoding: iso-8859-2, cp1250.
And this is very vired but in windows 2000 and XP console (cmd.exe) is not using default windows encoding cp1250 but cp852, so it will be very helpfull if you change it.
Dąbek
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you are right, it would be a very neat enhancement. I restricted the encoding to keep the number of possible errors as small as possible, it is tricky anyway. You could edit the encoding settings by hand in .metadata/.plugins/net.sf.wickedshell.domain/xmlShellDescriptors.xml file, it is only a textual information and changing it to your requested value will work as well. I will add a screenshot (https://sourceforge.net/project/screenshots.php?group_id=143474&ssid=96077) of a custom shell of cmd.exe, please respond whether it works or not.
Best Regards,
Stefan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
is there any exmaple how to create custom shell based on build in static shells?
Maybe you should provide an option which allow create new shell based on static shell?
And why character encoding is not editable combo box?
In Java project I can select encoding from list, but if it is not there I can type it myself.
I ask for it because there is no polish encoding: iso-8859-2, cp1250.
And this is very vired but in windows 2000 and XP console (cmd.exe) is not using default windows encoding cp1250 but cp852, so it will be very helpfull if you change it.
Dąbek
Hi Marcin,
you are right, it would be a very neat enhancement. I restricted the encoding to keep the number of possible errors as small as possible, it is tricky anyway. You could edit the encoding settings by hand in .metadata/.plugins/net.sf.wickedshell.domain/xmlShellDescriptors.xml file, it is only a textual information and changing it to your requested value will work as well. I will add a screenshot (https://sourceforge.net/project/screenshots.php?group_id=143474&ssid=96077) of a custom shell of cmd.exe, please respond whether it works or not.
Best Regards,
Stefan