Menu

Code Commit Log


Commit Date  
[0b4401] (HEADmasterv0.9.2) by Dave Brotherstone Dave Brotherstone

0.9.2.0 Documentation/Website updates

2011-03-22 20:11:27 Tree
[a6ac4a] by Dave Brotherstone Dave Brotherstone

0.9.2.0 updates

- GetCharacterPointer improved to return a Python str
- Scintilla.iface updated to the about-to-be-released 2.25
- CreateWrapper run and new output created
- New SCN_HOTSPOTRELEASECLICK Scintilla event handled
- notepad.getPluginVersion() function added to get string
version of PythonScript plugin

2011-03-20 23:03:26 Tree
[47dc1f] by Dave Brotherstone Dave Brotherstone

Fixed signed/unsigned issues with pymlreplace (hopefully)

This should fix signed/unsigned comparison/assignment issues
with the new offset_t type used in pymlreplace

2011-03-20 22:59:12 Tree
[d60865] by Dave Brotherstone Dave Brotherstone

Version bump to 0.9.0.2

2011-03-12 10:12:59 Tree
[978612] by Dave Brotherstone Dave Brotherstone

Bugfix for pymlreplace

The offset had been converted to an idx_t, but in some circumstances it
needed to be negative. Introduced an offset_t (int) typedef, and made
the currentOffset an offset_t. This probably breaks some lint rules about
signed/unsigned conversions, but not sure what is best to do.

Also fixed a logic error with the "next" position to start from after
making a replacement. The Python version of the string obviously doesn't
change after a replacement, therefore the next point can be immediately after
the end of the previous found target, ignoring the size of the replacement
string.

2011-03-12 10:12:11 Tree
[e2275d] by Dave Brotherstone Dave Brotherstone

0.9.0.1 website updates

2011-03-12 10:08:31 Tree
[7a8973] (v0.9.0.1) by Dave Brotherstone Dave Brotherstone

Bugfix with Console not being shown

The RECT must be all 0's, otherwise the window is not shown if the
dialog has not already been registered with the DockingWndManager

2011-02-26 19:53:43 Tree
[38c612] (v0.9) by Dave Brotherstone Dave Brotherstone

Website update to 0.9

Also fixed a typo in the Unicode demo

2011-02-24 22:33:17 Tree
[105308] 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 Tree
[b607a1] by Dave Brotherstone Dave Brotherstone

Ensure script path exists on "New Script"

If the Scripts directory didn't exist, then the script would
be saved in "My Documents" (or some other default), which would mean
it would not be available. Directory (and any missing parents) are now
created upon New Script if they're not there.

2011-02-24 21:06:28 Tree
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.