c3450df360
- Now checks language strings - New design - Better parsing - Displays actions - Added function: can't load files twice - Updated Code-Explorer - now faster - fixed a few small bugs - now keeps selection - Updated Settings-Dialog - Fixed output bug (showed sometimes huge numbers as line numbers) - Fixed design bug (displayed wrong plugin data on start) - Fixed small bug in the color dialog - Fixed small start bug (didn't show real plugin data on startup) - Added restore function - Fixed code-explorer bug (didn't recognize @-functions) - Fixed highlight bug (had problems with ^" and ^ in strings) - Fixed potential crash bug - Fixed another highlight bug - Fixed aother code-explorer bug... - Added 2 settings (for auto-complete and calltips) - Added SCM_SETTINGS_REMOVEPAGE-message - Fixed SCM_SETTINGS_CREATEPAGE bug
22 lines
379 B
Batchfile
Executable File
22 lines
379 B
Batchfile
Executable File
del .\*.~pas
|
|
del .\*.dcu
|
|
del .\*.~ddp
|
|
del .\*.ddp
|
|
del .\*.~dpr
|
|
del .\*.~dfm
|
|
del .\*.~dpr
|
|
del .\*.map
|
|
del .\*.drc
|
|
del .\bugreport.txt
|
|
del .\plugins\*.~xfm
|
|
del .\plugins\*.~pas
|
|
del .\plugins\*.dcu
|
|
del .\plugins\*.~ddp
|
|
del .\plugins\*.ddp
|
|
del .\plugins\*.~dpr
|
|
del .\plugins\*.~dfm
|
|
del .\plugins\*.~dpr
|
|
del .\plugins\*.map
|
|
del .\plugins\*.drc
|
|
del .\plugins\*.~xfm
|
|
upx AMXX_Studio.exe |