Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
36 check-ins using file source/fasm/EXPRPARS.INC version 545eddd877
|
2016-12-19
| ||
| 10:28 | Fixed small bug in setting the web search engine. Added checkbox/option to enable/disable web search. Leaf check-in: 635b2f4f94 user: johnfound tags: NoGoogle | |
|
2016-12-15
| ||
| 21:11 | HTML of duckduckgo as a default search engine. Fixing of the missing search engine on the first use of help. It is some kind of workarond for easier migrating of the settings. check-in: 201f87eb60 user: johnfound tags: NoGoogle | |
| 14:45 | The FirstTimeInstall for the new search engine handling. check-in: 947e41d975 user: johnfound tags: NoGoogle | |
| 12:22 | Removing the dependence on google services. Now almost every web search engine can be used. By default "DuckDuckGo" is to be used. This checkin works, but need some changes to be made to the initial IDE settings before merging with the trunk. check-in: 77056fc32b user: johnfound tags: NoGoogle | |
|
2016-12-09
| ||
| 12:56 | Experiment about integrating FASMARM instead of FASM compiler. Partially successful. Problems with the syntax highlighting. Leaf check-in: 0788d29ac9 user: johnfound tags: FASMARM_support | |
| 12:53 | Fixed regression in "Goto interface" function related to the UNICODE handling. check-in: b6e5213018 user: johnfound tags: trunk | |
|
2016-10-17
| ||
| 06:25 | Official release v2.5.0 (Really stupid regression fixed.) check-in: d1e878ddf0 user: johnfound tags: trunk, v2.5.0 | |
|
2016-10-16
| ||
| 18:17 |
| |
| 17:51 | Merged with single2 branch. Leaf check-in: c4e3d6c0d7 user: johnfound tags: unicode_fix | |
| 17:49 | Small attempt to avoid crashes in AsmEdit. Leaf check-in: 98d934cb29 user: johnfound tags: single2 | |
| 17:23 | TargetOS alias added to the autoconfigurated aliases. check-in: e91954ab54 user: johnfound tags: single2 | |
| 17:08 | Big image revision and cleanup. check-in: dd90069f5f user: johnfound tags: single2 | |
| 16:41 | Small text inaccuracy fixed. check-in: 5101d178d0 user: johnfound tags: single2 | |
| 16:27 | Revision and fix of all examples and project templates, according the latest libraries changes. Small fixes in the old libraries. check-in: 77d54b7fc9 user: johnfound tags: single2 | |
|
2016-10-15
| ||
| 12:09 | Fixed a small typo in the about dialog. check-in: 5c94c32243 user: johnfound tags: single2 | |
| 11:56 | The action handlers can not preserves any registers! check-in: 4b84b1df36 user: johnfound tags: single2 | |
| 11:23 | Fixed a bug in the project manager, related to the crashes in Windows (not properly free memory) check-in: 5a701fbdd3 user: johnfound tags: single2 | |
|
2016-10-13
| ||
| 16:54 | The memory for the compiler has been implemented in a way to be reused. Now it is managed by the project manager. Old documents (some of questionable value) converted to UTF-8; check-in: 60b4f0357e user: johnfound tags: single2 | |
| 10:33 | Making the design form to hide when the active editor is switched in the editors host. check-in: 813a9a9003 user: johnfound tags: single2 | |
| 08:18 | Possibly fixed the heisenbug crashing in Windows10 (and rarely in Win7) when setting the main file of the project. check-in: 6c5fa12fe2 user: johnfound tags: single2 | |
| 07:27 | Fixed a bug in the project manager causing more than one file to be set as a main file. Changed the icons for the project categories in order to be more readable. check-in: 206e732d3f user: johnfound tags: single2 | |
|
2016-10-11
| ||
| 18:48 | Fixed strange bug (regression?) in the listing generation. check-in: e5923fe3b5 user: johnfound tags: single2 | |
| 18:30 |
Fixed bug in asmedit related to undo information.
Fixed the non-widechar titles for the file open dialogs, reported by jazz on the forum. Fixed the CloseAll remaining active current file. Increased the height of the font choose ButtonEdit in the options dialog. Fixed the remaining filename in the main window title after closing the project. The current source editor file name is indicated in the status bar. check-in: b375e9be38 user: johnfound tags: single2 | |
|
2016-10-06
| ||
| 16:35 | Fixed the first time install, when Fresh is started not from the root directory of the IDE. check-in: 9d9d6942c6 user: johnfound tags: single2 | |
| 12:41 | Removed old commented-out code. check-in: a5351c9490 user: johnfound tags: single2 | |
| 08:49 | Fixed the missing read-only colors in the default editor theme. check-in: 0e851b02be user: johnfound tags: single2 | |
|
2016-10-05
| ||
| 13:33 | Fixed CRLF line endings on some drag and drop operations. check-in: 0a14664bbe user: johnfound tags: single2 | |
| 11:45 | Bug fixes in WM_DROPFILES message handling - widechar support. check-in: 8a651c20c5 user: johnfound tags: single2 | |
|
2016-10-03
| ||
| 14:30 | Fixed a little the possitioning in the form editor. This is not good solution, but will do the work, until some better solution is developed. check-in: a4a2884ced user: johnfound tags: single2 | |
| 11:06 | Fixed crashing bug in asmedit on EM_REPLACESEL with no undo. check-in: 3032a4f3c7 user: johnfound tags: single2 | |
| 07:04 | It is v2.5.0RC for evaluation and testing. check-in: f801803894 user: johnfound tags: single2, v2.5.0RC | |
|
2016-10-02
| ||
| 21:33 | Updated the icons in the IDE/mime_types/ directory. check-in: dc8213bfa8 user: johnfound tags: single2 | |
| 19:01 | Cleanup of the resources and bitmaps. Changed the main icon to the red colored. It looks better on blue background and is better rendered. check-in: 82209ce277 user: johnfound tags: single2 | |
| 12:22 | Merged with the FreshLibDev branch in order to get the latest changes. check-in: e0f21ee4b6 user: johnfound tags: single2 | |
|
2016-10-01
| ||
| 20:34 |
Has been implemented partial read-only mode for AsmEdit (the first N lines can be read-only). This way, the form editor now includes the
visual windows definition in read-only mode. This way, the all line number navigation problems with the form editor, should be fixed now.
Added two new colors to the editor theme: read-only background and read-only text color. check-in: 17d40cb399 user: johnfound tags: single2 | |
| 13:34 | Preparations for 2.5.0RC; FASM compiled has been updated to v1.71.57; The about dialog has been fixed; The ANSI convertor has been developed a little; The tooltips in the editors host has been fixed to work equally well in WINE and Windows; check-in: ba04cdbca8 user: johnfound tags: single2 | |