google-code-export / notepad2-mod

Automatically exported from code.google.com/p/notepad2-mod
Other
2 stars 1 forks source link

unused and depreciated toolbar buttons (patch incl) #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.start up program with no .ini file
2.reset toolbar to defaults
3.

What is the expected output? What do you see instead?
error messages when clicked on Browse.. button
no code folding button (when used as a portable with no .ini file)

What version of the product are you using? On what operating system?
notepad2 4.0.22 beta 5 modified
notepad2-mod 4.1.24 rev 419

Please provide any additional information below.

included is a patch that fixes the default toolbar buttons

removed browse button (defunct metapath plugin)
removed Exit button (redundant)
added code folding button (mod feature)
removed zoom buttons (unused)
removed schemes button (redundant;loaded automatically by file name)
added print button (standard common control location)

this is the .ini file line for these defaults (in settings section)
ToolbarButtons=1 2 4 0 21 0 7 8 9 0 5 6 0 10 11 0 24

this is my first patch so I am unsure as to if all the parameters are correct
-Will

Original issue reported on code.google.com by truelo...@student.mccc.edu on 19 Mar 2011 at 8:31

Attachments:

GoogleCodeExporter commented 9 years ago
I don't see why you would want to do this, but I don't want to remove any 
toolbar buttons and using an ini file is mandatory since it's easier to 
customize our settings without changing the code. And btw, that is not a patch.

Original comment by XhmikosR on 19 Mar 2011 at 10:52