0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 22 hours ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made config key names more expressive. More... over 11 years ago
Added specific gtksourceview options to printing. More... over 11 years ago
Added printing capablitity. More... over 11 years ago
Merge branch 'master' of github.com:LysanderG/DComposer More... over 11 years ago
assistantui shows doc comments as plain text if no html file found or webkit not compiled in More... over 11 years ago
assistantui shows doc comments as plain text if no html file found or webkit not compiled in More... over 11 years ago
Figured out how to open webkit on the correct tag(symbol name) Problem was in my $(ANCHOR) ddoc macro not in my code. So going to merge and push even though I shouldn't. Just because it has been awhile since my last push. Still have to fill in the no WEBKIT version. See my notes. More... over 11 years ago
Working on webkit gave up for the night after a segfault More... over 11 years ago
Probably broken commit, middle of making changes More... almost 12 years ago
Tabs of modified files are now red. More... almost 12 years ago
Updated phobos tags for dmd 2.060 More... almost 12 years ago
Fixed showing DComposer logo on "about" dialog box. Changed indexOf to countUntil for dmd 2.060 update. Set project name initial value to "" from null. And finally used rdmd to run a single file when no project has been loaded. More... almost 12 years ago
Another commit that finally makes bookmarks work correctly. More... almost 12 years ago
BROKEN! Working on bookmarks. Error from multiple bookmarks on a line. Toggle should remove all "DOG_EARS" on a line but I didn't keep it up to date with all the changes so it removes SourceMarks from the line. If DOG_EARS are not 'Attached' then SourceMark is null. Figure this out later ... nap time now. More... almost 12 years ago
Project file bookmarks are saved. Now have to figure out how to load them :) More... almost 12 years ago
Bookmarks... figured out the obvious, use a double linked list Persist after closing documents. Planned, save bookmarks in project files to the project. More... almost 12 years ago
Adding bookmarks. Unforeseen difficulties. Want them to be cross file capable. Have to keep track of bookmark removals and document closings. Just need to sleep on it. More... almost 12 years ago
Finally got rid of the, so called, mouse hover on assistantui. Now key releases and button releases on documents update the assistant topic. After several overly complicated failed starts the obvious simple solution presented itself to my clouded mind. Wasted another night being a block head More... almost 12 years ago
Add project folder to open folder dialog shortcuts, added some comments for goto def stuff, and cleaned up some stuff and messed up some more stuff :) More... almost 12 years ago
Added a 'goto definition' to document context menu More... almost 12 years ago
Failed exporting env variables to terminal... too much feed back and just doesn't work when an app is running. More... almost 12 years ago
Removes project symbols before project name is erased(thus not attempting to remove a null key). Added an apparently unneeded terminal function (didn't do what I thought it would). More... almost 12 years ago
Added environment variables(document(s), project files, etc) to terminal More... almost 12 years ago
Made Project events an enum instead of strings. Better grasp of whats going on. More... almost 12 years ago
Files dropped on window will be opened (attempted anyway) Ask to save modified documents before main window closes. More... almost 12 years ago
general fixing and cleaning while looking for problems More... almost 12 years ago
Fix infinite replace if Replace string contains Search string More... almost 12 years ago
Spelling More... almost 12 years ago
Add a "Why" section to README.markdown (who, what, where, how, when) Also fixed a segfault in dirview.d AND changed package "icon" in symbols.d from X to P More... almost 12 years ago
Adjusted close button on document tabs, tweaked inital values of Panes, and fixed an icon file name error in projectui.d. More... almost 12 years ago