Menu

/PythonScript/project/PythonScript2010.vcxproj Commit Log


Commit Date  
[105308] (17.3 kB) by Dave Brotherstone Dave Brotherstone

Console Unicode fixes

Console Scintilla now set to UTF8, and UTF8 text used, stored and
set in the input editbox. Printing unicode text to the console
still doesn't work properly, so it's not perfect, but it's much
better.

Included some instructions in the docs about working with unicode text.

Upped version to 0.9

2011-02-24 21:08:59 View
Download
[8e19c1] (17.3 kB) by Jocelyn Legault Jocelyn Legault

Enable the /WX compilation option.

Warning 4127 is now disabled globally, allowing us to turn the /WX option on.

Signed-off-by: Jocelyn Legault <jocelynlegault@...>

2010-11-08 07:02:12 View
Download
[381ba3] (17.2 kB) by Dave Brotherstone Dave Brotherstone

Lint cleanup (from Lint report from Joce)

- members initialised in the right order
- defaults on all switches that should have them
(Joce's NO_DEFAULT_CASE macro used in other cases)

- absolute paths removed from project - as noted by Joce
- resources moved to res directory
- unnecessary resources removed
- python 8 bit icon tidied up so background is transparent in N++

2010-10-31 09:29:42 View
Download
[3e3e28] (v0.8) (17.8 kB) by Dave Brotherstone Dave Brotherstone

Dynamic Command IDs working (with N++ 5.8) (V0.8)

- Several bugs fixed with dynamic IDs
- FIX: setStatusBar did not process unicode correctly (at all, actually)
- Altered website for donations to Charity
- Altered website for release of v0.8.0.0

2010-10-24 16:18:24 View
Download
[16d55c] (17.7 kB) by Dave Brotherstone Dave Brotherstone

Static / Dynamic allocator implemented

- Allocator identified at startup
- Completely untested (doesn't compile yet)
- Still need to handle WM_COMMAND, and pass them through to MenuManager
- Some class names are wrong / non-ideal :)

2010-09-18 22:03:58 View
Download
[09840f] (17.3 kB) by Dave Brotherstone Dave Brotherstone

Fixed run button not working on first click

- Added SCINTILLAMESSAGE.SCI_xxxxx Enum
- Fixed runPluginCommand
- Added Notepad allocateSupported, allocateCmdID and allocateMarker methods
- Fixed issue with startup (non-raw strings used with paths)
- Improved Documentation
- Updated Scintilla headers to 2.21 (and regenerated)

2010-09-16 06:19:03 View
Download
[7def63] (14.8 kB) by Dave Brotherstone Dave Brotherstone

Project Configuration tidy up

- ANSI configs created, but not yet configured.

2010-08-12 05:18:21 View
Download
[052fb4] (9.7 kB) by Dave Brotherstone Dave Brotherstone

Console tiny bug

- process could be marked as complete in pipe reader prior to actually completing

2010-08-07 21:33:11 View
Download
[1d07a6] (9.7 kB) by Dave Brotherstone Dave Brotherstone

Pymlreplace changed to not need a whole text replace

- docs added

2010-08-03 22:01:53 View
Download
[d68ee5] (9.5 kB) by Dave Brotherstone Dave Brotherstone

Fixed threading with Events & Help added

- NotepadPlusWrapper now does a Py_BEGIN_ALLOW_THREADS around non-get operations
- Scintilla events are now queued in a producer/consumer
- Context sensitive help added - tries .CHM first, then falls-back to web

2010-08-03 06:21:16 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.