ioa747 5 Posted June 24 Share Posted June 24 (edited) a attached Menu bar for SciTE SciTE_PlusBar.7z Note from M23: I have removed the exe file from the zip. Nothing personal, but you are an unknown here and we must protect the less-sensible members. Edited June 24 by Melba23 Removed exe file from zip bladem2003 and mLipok 2 Link to post Share on other sites
Developers Jos 2,684 Posted June 24 Developers Share Posted June 24 (edited) Nice addition! I would make the integration simpler and not use an EXE .... especially not IPXed!. Unzip the source & ico's to the SciTE Subdir in SciTE_PlusBar. Add something like this to your SciteUser.properties : (Use any free number above 39) # 45 SciTE_PlusBar command.45.$(au3)="$(SciteDefaultHome)\..\AutoIt3.exe" "$(SciteDefaultHome)\SciTE_PlusBar\SciTE_PlusBar.au3" command.name.45.$(au3)=SciTE_PlusBar command.shortcut.45.$(au3)=Ctrl+Alt+T command.subsystem.45.$(au3)=2 command.save.before.45.$(au3)=0 command.quiet.45.$(au3)=1 Make these changes in the Script: Add FileChangeDir to set the workdir to the scriptdir: FileChangeDir(@ScriptDir) ; Create an ImageList control for icons You probably also want to test whether the script is already running to avoid running it multiple times! #include <Misc.au3> If _Singleton("SciTE_PlusBar", 1) = 0 Then Exit It would be nice to develop this further by moving all options into an array at the top so it is easily configured as far as which option to show/hide and they sequence. Jos Edited June 24 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to post Share on other sites
ioa747 5 Posted June 25 Author Share Posted June 25 thank you jos for the comments and tips i will arrange them argumentum 1 Link to post Share on other sites
bladem2003 2 Posted July 16 Share Posted July 16 hi, can the toolbar start with scite? Link to post Share on other sites
ioa747 5 Posted July 18 Author Share Posted July 18 On 7/17/2022 at 12:45 AM, bladem2003 said: hi, can the toolbar start with scite? Directly no. Run the script will run the SciTE to. or look the post from above, how to make the integration to SciTE as tool bladem2003 1 Link to post Share on other sites
ioa747 5 Posted July 22 Author Share Posted July 22 (edited) a attached Menu bar for SciTE UpGrade Add new ability: Menu editor to reorder the items, enable, disable items add any existing menu by simply add the text name, add any script or executable as entry, many different settings, and many different profile for other programs from SciTE _PlusBar_1.0.0.5.7z Please, leave your comments and experiences here Edited July 26 by ioa747 Link to post Share on other sites
HighlanderSword 1 Posted July 29 Share Posted July 29 Minor Problem if Directory where menueditor is located has spaces in the path it will not load Link to post Share on other sites
ioa747 5 Posted July 30 Author Share Posted July 30 Thank you for the information Link to post Share on other sites
ioa747 5 Posted August 3 Author Share Posted August 3 (edited) for the menu entry 'possibly used before declaration' I added to the data base and the 'User Defined Function' so you can find with the same entry the missing #include entry Just replace the entire _sqlite folder where it is in CMD folder _SQLite.7z Edited August 3 by ioa747 Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now