setirich Posted February 7, 2008 Posted February 7, 2008 Sorry, but I can't seem to locate the parameter to allow viewing & working in multiple panes at the same time. Come to think of it, I've never been able to locate this, and usually I just fire up ConText or even MS Word. I've searched and that does not seem to be a topic here. I'm sure there is some sort of side by side viewing & working arrangement, but since SciTe requires you set things in files to get certain options, it's not readily apparent what that option might be or where or how to keep it. Maybe there is a SciTe noob post you can refer me to? I dislike going to a different editor to work in au3 files...even though ConText is just great for a general text editor and messing with my Train Sim files (can't be beat for that), it's lacking in AutoIt3 ... in my opinion. Thanks for any help on this cold & snowy day here in Michigan... Good intentions will always be pleaded for every assumption of authority. It is hardly too strong to say that the Constitution was made to guard the people against the dangers of good intentions. There are men in all ages who mean to govern well, but they mean to govern. They promise to be good masters, but they mean to be masters.-Daniel Webster
James Posted February 7, 2008 Posted February 7, 2008 Sorry what do you mean? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Bert Posted February 7, 2008 Posted February 7, 2008 I think he wants 2 SciTE windows open at the same time, side by side. Jos is the expert on SciTE if I remember right. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Valuater Posted February 7, 2008 Posted February 7, 2008 Jos is the expert on SciTE if I remember right.After all the time, dedication, knowledge and effort Jos has put into SciTE ... you should know for a fact!8)
setirich Posted February 7, 2008 Author Posted February 7, 2008 Sorry all if I tend to wander in my fingered enunciation....Blame it on my age or early youth experience... Yes...I want to be able to edit two or more au3 files side by side in SeiTe. Good intentions will always be pleaded for every assumption of authority. It is hardly too strong to say that the Constitution was made to guard the people against the dangers of good intentions. There are men in all ages who mean to govern well, but they mean to govern. They promise to be good masters, but they mean to be masters.-Daniel Webster
Siao Posted February 7, 2008 Posted February 7, 2008 In Global Options, set check.if.already.open=0 to allow multiple instances of Scite. Too bad this doesn't help if you want a split view of the same file... "be smart, drink your wine"
Bert Posted February 8, 2008 Posted February 8, 2008 After all the time, dedication, knowledge and effort Jos has put into SciTE ... you should know for a fact!8)long day, forgot my coffee that morning. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Developers Jos Posted February 8, 2008 Developers Posted February 8, 2008 Its as SIAO states: SciTE doesn't allow splitview editing. 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.
James Posted February 9, 2008 Posted February 9, 2008 So I am guessing that the image displayed using Python is the output box?SciTE page Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Developers Jos Posted February 9, 2008 Developers Posted February 9, 2008 So I am guessing that the image displayed using Python is the output box? SciTE pageyes.... change the split.vertical and it will show up as in the picture: split.vertical=1 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.
gclaborn Posted September 8, 2017 Posted September 8, 2017 (edited) Well, I suppose use the output pane similar to a hello world,.. just... 1. make a "hello world" program, with a blank string "" 2. minify the whole program to one line. 3. split the line in two where the quote begins, skip a line between them 4. on the blank line, paste your document 5. view document in output pane 6. delete code and edit in the original pane hacky but for some it might be fun just cuz you can (of course you could also just open two scite windows next to each other and vertically maximize them) Edited September 8, 2017 by Melba23 Posts merged
Moderators Melba23 Posted September 8, 2017 Moderators Posted September 8, 2017 gclaborn, Welcome to the AutoIt forums. But did you notice that the post above yours dates from some 9.5 years ago? Please do NOT necro-post like this again - particularly when it adds virtually nothing to the original thread. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts