Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (271 - 273 of 3933)

Ticket Resolution Summary Owner Reporter
#2440 Rejected Add official multipPorcessing.au3 likes python oceanwaves
Description

I know autoit will not support multiple-threads, but I think multiple-processing is necessary, just like python, it can provide locker, communication between mutiple processing, etc. Actually, even in python, it suggests using multiple processes other than multiple-threads for performance.

python multiprocessing: http://docs.python.org/3.3/library/multiprocessing.html

#545 Rejected Add other possibility in FAQ, point 13. Howto: custom icon Triblade
Description

In the helpfile under FAQ, point 13 there is written how to add a custom icon to a script.

In topic: http://www.autoitscript.com/forum/index.php?showtopic=79048&hl= Zedna pointed out that it could be simpeler with: #AutoIt3Wrapper_icon=your_icon.ico in the top of the script and compile script from Scite (Scite4AutoIt3) by F7.

Much quicker and easier to read in my opinion.

#3793 Rejected Add project explorer and open folder options in scite Jos anonymous
Description

Hi!

Would it be possible to add Open folder in File menu. That would open folder in project explorer like view.

Alternative option would be View -> Project explorer that open project explorer view so that directory of currently open file would be as root directory.

I don't see need to add support of project in AutoIt itself. Simple file explorer panel on left side would be good enough. It would work like any other project explorer component - if file is open it would switch to tab that is open, if it is not open it would open that file on new tab.

Default would be hidden from user. Would only become visible when user requests it.

It would be nice addition to compact editor like scite. Users who download AutoIt would get it out of the box with out need to download Sublime or VS Code and install addons for them. Specially since Scite for Autoit is specially designed and customized to fit the needs of AutoIt.

For simplicity of implementation, no support of project files is needed. Just simple windows explorer side bar that displays files in tree form. Icons would be good to visually tell AutoIt files apart from other files. It would be best if it the same icons that windows itself uses. That way there would be no need to hardcode icons for it. And every other file would also automatically get correct icon.

It would be useful for splitting larger AutoIt files into multiple smaller ones making navigation easier than with tabs, specially when you have more than 3 files.

And finally I would like to add sample screenshot of what I mean visually. https://wiki.appcelerator.org/download/attachments/39685901/ProjectExplorerView.png

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.