Files in check-in 4df99df5ae69894d ordered by age
File ages are expressed relative to the check-in time of 2019-03-16 09:54:46.
Age | Files | Check-in |
---|---|---|
current |
publish.cmd |
Bugfixes in publication batch script. (check-in: 4df99df5ae, user: tinus, branch: trunk) |
17.9 minutes |
build.cmd |
Added batch-scripts to build or build and publish the plugin. (check-in: 7dd2b5283a, user: tinus, branch: win64) |
25.0 minutes |
src/F_About.dfm src/U_CustomFilter.pas src/U_Npp_PreviewHTML.pas src/lib/nppplugin.pas src/prj/PreviewHTML.dproj |
'Edit filters' also checks for sample file in DLL folder if not present in the config folder, and copies it if necessary. Use secure links in about form. Added plugin DLL file name as property to TNppPlugin. Removed obsolete 'Replace Hello World' command. Identify debug version of plugin in menu. Fixed version info in project (and set to 1.3.2.0). (check-in: 3546a794ad, user: tinus, branch: win64) |
13.9 hours |
src/Debug.pas src/F_PreviewHTML.dfm src/F_PreviewHTML.pas src/lib/NppDockingForms.pas src/lib/NppPluginInclude.pas src/lib/SciSupport.pas src/prj/PreviewHTML.dpr |
Fixed several remaining 64-bits related problems. Moved ODS (for OutputDebugString) to its own unit. (check-in: bcacc7133f, user: tinus, branch: win64) |
15.7 hours |
src/common/L_VersionInfoW.pas |
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, branch: win64) |
132.9 days |
README.md |
Updated link, apparently []() is not correct Markdown. (check-in: 6dc33f10d6, user: tinus, branch: trunk) |
2.10 years |
.fossil-settings/ignore-glob .fossil-settings/ignore-glob.no-warn |
Added versionable ignore-glob. Updated and normalized Delphi project (10.1 Berlin Update 2). (check-in: 81540a5449, user: tinus, branch: trunk) |
5.67 years |
src/lib/WebBrowser.pas |
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. (check-in: dcf6086ee4, user: Martijn, branch: version-override) |
6.03 years |
src/common/pipes.inc src/common/pipes.pas src/common/process.inc src/common/process.pas |
Oops... Forgot to include the units used to run an external process, and capture its output. (check-in: a62f4ed133, user: Martijn, branch: v1.3) |
6.16 years |
src/F_About.pas |
Display installed IE version in About form. (check-in: b1319050ad, user: Martijn, branch: trunk) |
6.36 years |
src/common/RegExpr.pas |
Got rid of warning about CharInSet. Set up placeholders to prepare for filter capabilities as requested in ticket [8988ba50dd]. (check-in: 2c2879ed24, user: MCO, branch: trunk) |
6.82 years |
src/common/L_SpecialFolders.pas src/lib/NppForms.dfm src/lib/NppForms.pas |
Added hotkey (Ctrl-Shift-H). Got rid of hints and warnings. Use version info in the about box. (check-in: b0f0c71dfe, user: Martijn, branch: trunk) |
6.83 years |
src/prj/PreviewHTML_TB.rc |
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, branch: trunk) |
6.83 years |
src/lib/NppDockingForms.dfm src/prj/PreviewHTML_TB.bmp |
First commit. Working plug-in. (check-in: 67a1afc8df, user: Martijn, branch: trunk) |