Custom Query (3927 matches)
Results (67 - 69 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3721 | Rejected | Extra option for collapsing a region or function | ||
| Description |
Is it possible to have a directive to have a region or function folded by default while opening in the scite editor ? thank you Wim |
|||
| #3878 | Fixed | Tidy corrupts user defined include lines.. | ||
| Description |
Tidy changes the #include lines pointing to own includes from #include <Process.au3> #include <C:\Users\wimhek\Documents\Projects\Includes\MyUdf.au3> #include <C:\Users\wimhek\Documents\Projects\Includes\ExtMsgBox.au3> #EndRegion INCLUDES to #include <Process.au3> #include <C : \Users\wimhek\Documents\Projects\Includes\MyUdf.au3> #include <C : \Users\wimhek\Documents\Projects\Includes\ExtMsgBox.au3> #EndRegion INCLUDES As you see 2 spaces are added. Following lines is the logging.
+>15:27:40 Starting AutoIt3Wrapper (21.316.1639.1) from:SciTE.exe (4.4.6.0) Keyboard:00020409 OS:WIN_10/2009 CPU:X64 OS:X64 Environment(Language:0413) CodePage:0 utf8.auto.check:4 +> SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE UserDir => C:\Users\wimhek\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper SCITE_USERHOME => C:\Users\wimhek\AppData\Local\AutoIt v3\SciTE
Documentation file:C:\Users\wimhek\Documents\Projects\GenAutoit\DocAutoit_tidy.txt
+>15:27:45 Tidy ended.rc:0 +>15:27:46 AutoIt3Wrapper Finished.
|
|||
| #930 | No Bug | Arraydisplay does not display everything | ||
| Description |
When a row in an arry contains a '|' dislaying of the line stops. #include <Array.au3> dim $aaa [2] $aaa [0] = "Ape|Nut|Mary|Wim" $aaa [1] = "Ape;Nut;Mary;Wim" _ArrayDisplay($aaa) |
|||
