Useful tools - page 3

 

Search and replace text in (many) files (attached).

SSHORTY.EXE

Files:
sshorty.zip  336 kb
 
AlexEro писал(а) >>

Search and replace text in (many) files (attached).

SSHORTY.EXE

UE can do this too... powerful search system...

 

Useful site for code clearance: http://www.prettyprinter.de/

Here's a handy and free funk for the bracket stuff - AkelPad. Basically, it's a replacement for the standard Windows Notepad - it's used as such all the time. BUT! It's a small and (relatively!) simple text editor that can distinguish between complete {},[],() and unfinished brackets. Just load your code into it, then click on the bracket. If the bracket has its mirror twin, they will be highlighted in red. If not, the colour of the bracket will not change.

In short, it's handy.


By the way, why not do this fic in ME?

 

was looking for block diagram software and found a graph builder... h ttp://alentum.com/agrapher/

program is free for 1251 codepage ...

the program must be installed by an installer, otherwise the program is no longer free and automatically goes to the English interface.

 

debugview is an MS utility for viewing debug messages.

spy++ - processes, modules, memory, descriptors, messages.

dllexp - dlls, both in memory and on disk.

turbodelphi - auxiliary compiler for dlls and bridges, highlighted editor, capture and view debug messages.

 
Svinozavr >> :

Thank you. Similar functionality. You can't set your own hotkey, but it's almost the same.

Does anybody want to say something about MetaEditor alternative?

I use MQL4 support for Notepad++.

http://uatrader.blogspot.com/2009/04/metaeditor.html

 
begemot61 писал(а) >>

I use MQL4 support for Notepad++.

http://uatrader.blogspot.com/2009/04/metaeditor.html

A more complete highlighting file can be found here 'UltraEdit. wordfile.txt 4 mql '

 

You can compile it in Notepad++ as follows. Open menu Execute...

enter command

cd "$(CURRENT_DIRECTORY)"
cd ..
metalang.exe experts/$(FILE_NAME)

Give it the name you want, save it.

Open the built-in console.


Use F6 to run our script.


Related question: function list plugin doesn't recognize mql functions, what's wrong?

 

I use Vizio2003 to create block diagrams

 
I create a sketch of a block with a comment, attach a hyperlink to the body of the block, after drawing, I click on the blocks and copy the text of the program to the file, then make a small revision and it's done.
Reason: