Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

47 check-ins related to "trunk"

2019-03-16
15:47
Copy ReleaseNotes.txt from 32-bits to 64-bits release. Commit both releases with just the version number. Leaf check-in: a47f28d42f user: tinus tags: trunk
12:04
Commit the source only after the binaries have been committed. check-in: ac72f11233 user: tinus tags: trunk
11:02
Copy files from 32-bits to 64-bits version in publish script. check-in: 9610d68156 user: tinus tags: trunk, release-src, src-1.3.2.0
09:54
Bugfixes in publication batch script. check-in: 4df99df5ae user: tinus tags: trunk, src-1.3.2.0
09:40
Merge and integrate win64 to trunk. check-in: 01f90f575c user: tinus tags: trunk
09:36
Added batch-scripts to build or build and publish the plugin. Closed-Leaf check-in: 7dd2b5283a user: tinus tags: win64
2019-03-15
18:14
Grafted Win64-related changes from [23338c7949] and [f09c69e9b9] into their own branch, to make it easier to create a proper 64-bits release. check-in: e1f6b8f94e user: tinus tags: win64
2018-11-03
11:17
Updated link, apparently []() is not correct Markdown. check-in: 6dc33f10d6 user: tinus tags: trunk
11:04
Create README.md check-in: 587211a96f user: tinus tags: trunk
2018-03-21
18:08
Delphi 10.2.2 Tokyo check-in: 58587b2302 user: tinus tags: trunk
2017-02-19
17:30
Merged in trunk, and incorporated some fixes for Win64. check-in: 23338c7949 user: tinus tags: updatecheck
2017-02-08
16:04
Added versionable ignore-glob. Updated and normalized Delphi project (10.1 Berlin Update 2). check-in: 81540a5449 user: tinus tags: trunk
2017-02-07
20:56
Merge with v1.2 fix. check-in: 388a0bb939 user: tinus tags: trunk
20:42
Update project file to Delphi 10.1 Berlin. Changed scroll positions list to TDictionary<TBufferID,TPoint>. check-in: 930e563975 user: tinus tags: trunk
2013-10-20
13:26
Take the document's current code page into account, and don't assume UTF-8 by default. (Untested) Closed-Leaf check-in: 6a71b23ed0 user: Martijn tags: v1.2
2013-07-14
09:44
Release of v1.3.1.0 check-in: 4159519e53 user: Martijn tags: trunk, release, src-1.3.1.0
09:37
Tries to read the installed version of IE from iexplore.exe's file version info. Otherwise, tries from svcVersion as well as from Version in HKLM\Software\Microsoft\Internet Explorer. Moved composition of the plugin's menu items from the constructor to the override of SetInfo, since we now need the config dir, and we don't know that until we have a handle to the Npp window. Closed-Leaf check-in: dcf6086ee4 user: Martijn tags: version-override
2013-07-12
20:02
Moved GetSettings to the plugin class. Read eventual version override from settings file (but it doesn't seem to work yet). check-in: ef8f24d6c5 user: Martijn tags: version-override
2013-03-19
20:26
Added menu command 'Check for update'. Currently only displays the plugin's file version, and compares it to the version posted online. check-in: 1a9f9f3c11 user: Martijn tags: updatecheck
2013-03-03
13:48
Updated trunk to match with v1.3 check-in: 12f8f07a24 user: Martijn tags: trunk
13:45
Oops... Forgot to include the units used to run an external process, and capture its output. Closed-Leaf check-in: a62f4ed133 user: Martijn tags: release, v1.3, src-v1.3.0.0
2013-01-29
21:47
Updated trunk to match v1.2 check-in: 0d5c7fa989 user: Martijn tags: trunk
21:42
Release of v1.2.1.0 check-in: a9b6dbe5b5 user: Martijn tags: release, v1.2.1.0, v1.2
2013-01-26
16:33
Reintegrated changes made earlier in the "custom_filters" branch. Custom filtering is now a major feature for v1.3. :-) check-in: 5a7f80eb83 user: Martijn tags: v1.3
16:10
Create new branch named "v1.3" Closed-Leaf check-in: 4c023a60e7 user: Martijn tags: v1.3
16:08
Updated trunk to match v1.2 check-in: 9a62510cf5 user: Martijn tags: trunk
15:43
Release of v1.2.0.0. Added handling of SCN_MODIFIED event, and added a timer which triggers a refresh [20d1203257]. Commented out some remnants of the custom filtering code. Added code to remove scroll positions of files that have been closed [cfc74baf4b]. check-in: e58749fea7 user: Martijn tags: release, v1.2.0.0, v1.2
2013-01-23
14:16
Merged the v1.1.1 bugfix check-in: 9bb5fa830b user: MCO tags: v1.2
13:06
Bugfix: when the current browser emulation key could not be read, an exception was raised and not handled. Added exception handling to the GetBrowserEmulation function, and also to the initialization section of U_Npp_PreviewHTML. Finally, check for presence of Npp variable in plugin interface functions. check-in: ea59061b4b user: MCO tags: trunk, release, v1.1.1.0, bugfix, v1.1
2013-01-22
11:40
Started implementing custom filters (for ticket [8988ba50dd]). Added definition of NPPM_GETLANGUAGENAME and NPPM_GETLANGUAGEDESC. check-in: caefaf8afb user: MCO tags: v1.2
2013-01-20
18:12
Release of v1.1.0.0. check-in: 370c446a5f user: Martijn tags: trunk, v1.1.0.0, release, v1.1
2013-01-16
20:18
Display installed IE version in About form. check-in: b1319050ad user: Martijn tags: trunk
19:05
Added support for IE's browser mode emulation, including menu items to select other browser modes (fixes bug [1b34ee74aa]). check-in: af6a6a6cd7 user: Martijn tags: trunk
2013-01-14
17:36
Wrote some comments to prepare for bugfix for [1b34ee74aa]. check-in: d23f550f17 user: MCO tags: trunk
2012-11-02
16:58
Got rid of warning about CharInSet. Set up placeholders to prepare for filter capabilities as requested in ticket [8988ba50dd]. check-in: 2c2879ed24 user: MCO tags: trunk
2012-09-17
18:15
Make Preview plugin write to registry that Notepad++ prefers using IE9 for rendering HTML pages. Updated About form to use TLinkLabel controls instead of TStaticText. Added NPPFORMS compiler def, to allow creating a Notepad++ plugin without including the Forms and Dialogs units (which are rather large). check-in: 12ba5a63a6 user: Martijn tags: trunk
2012-05-30
14:01
Merged in branch MSXML. check-in: ee2b8b0844 user: MCO tags: trunk
13:55
Properly read the "xml-stylesheet" processing-instruction from the XML document, and use a regular expression to determine the href. Closed-Leaf check-in: a1f6178806 user: MCO tags: MSXML
11:56
If possible, transform XML to HTML in order to preview (using MSXML). check-in: 6687ebd2e2 user: MCO tags: MSXML
2012-05-24
08:35
Create new branch named "publish" check-in: eb3e539d21 user: MCO tags: publish
2012-05-22
19:37
Center the About-window over the Notepad++ window. Added a URL to the plugin's site. check-in: deb5588cbf user: Martijn tags: trunk, release
01:45
Added 'About' button to the preview window. Added version info to the about window. check-in: 37d36384a5 user: Martijn tags: trunk
2012-05-18
20:39
Added hotkey (Ctrl-Shift-H). Got rid of hints and warnings. Use version info in the about box. check-in: b0f0c71dfe user: Martijn tags: trunk
13:02
TNppDockingFormForm.Show and .Hide now call the inherited Show and Hide, so .Visible works properly again. Thanks to this fix, the toolbar button now properly toggles the window(s). The preview form only gets refreshed if it's visible. The WebBrowser component was placed on a panel; if the current document does not use a HTML lexer, that panel is hidden (the WebBrowser's own Visible property is unreliable at best). check-in: 100fc5a0b9 user: MCO tags: trunk
11:35
Added BufferActivated to the plugin notification handlers. Refresh the preview when a new buffer was activated. Added UPX to the post-build events. Added author's info to the about screen. check-in: 863f901cd0 user: MCO tags: trunk
2012-05-17
07:02
First commit. Working plug-in. check-in: 67a1afc8df user: Martijn tags: trunk
2011-05-01
14:49
initial empty check-in check-in: b03b9b790d user: tinus tags: trunk