just a slight change there to the dialog. I added staticbox and a panel, then updated...
fixed find dialog
cruuuuud under windows the find dialog is....ahhh...kind of messed up. I didn't use...
skip 0 byte file
ok I made a 64 bit windows build that's about 8 megabytes. Enjoy! It contains the...
well, when I created a tar bz of the compiled program CSVOMATIC it's 156 megabytes....
minor lint
handle row index error
great news! The linting is complete, and it helped out in several spots. I completed...
use cols not col+1
new method to select cells
configure dialog checkbox fix
linting complete
more linting
removed const
IndexError
removed lint report
fix module imports
removed DSV.ico
use embedded image
icon is now python object
use embedded image
when I am done linting and debugging, I will make an exe and windows installer. then......
divided the code into another file containing the find grid. now the dialogs and...
more linting
find grid is seperate now
I am focusing on linting right now. Already broke the script into two, and might...
initial commit
separate dialogs
some linting
ahh it is quite amazing how well it works. I am even loading random data, to see...
row 0 in col display
remove readme line
just mopping up a few minor bugs. They are getting hard to find!
detect no data for columns
self.cols value updated
self.rows proper use
removed unused variables and code
removed duplicate line
debugging is going great! I have detected and eliminated quite a few related to inserting...
col/row append used wrong index
window resizing on more methods
gridmover col showed wrong data
replace \t with Delimiter
change header row refreshes headers
now the find menu that does the row selections, will select the rows from the matches....
readme update
changed find data menu
added the menu deactivation. Now you can see if there are row/col selections waiting...
menu deactivation
now there has been lots of testing and bug fixing. Most of the bugs resided in the...
sequence functions and lots of bug fixes
If anyone was wondering, I am using vscode with python linting and debugging. I recommend...
update readme
now you can transform a row into a column and a column into a row. It only works...
row/col transform
now you can cut rows or columns. My warning is don't copy/cut with multiple rows...
update readme
ctrl-x cuts row/col
focus on grid
just testing now and fixing some minor bugs. If you paste in a row longer than the...
append row grid fix
dbquery uses properties
removed unused code
self.RefreshHeaders added to main class
paste multiple rows
refresh headers after row move
there's a few rogue spaces in there still somewhere according to vscode. Yikes! The...
updated README
now the copy and paste of multiple rows/cols is a reality. You select the cols/rows...
column copy and paste
ok ok here's the plan. I will make it so if you have a row selected it copies/cuts...
fixed some pasting issues. I only made it paste a single row. That can change! it...
paste replaces selected row
pretty tired when I did that last commit. Not much user testing ;) but now you can...
column move works for gridmovers
I'm going to be working some more on the cut/paste functions. Right now it works,...
well I had completed the row moving, and was thinking about the columns. Had to commit...
row dragging, re-order rows with mouse
ok great news! I have got copy and paste, and I'm going to do cut as well. And I've...
ok I added an option menu you can clear the selections and data marks. It doesn't...
options menu in FIND GRID
updated readme for new menu
alright, I added the menu options to reset/view/delete columns and/or rows! as well...
clear matches will delete the marks on data grid
updated readme for function clear match also ch...
updated readme for new functions
I added a selections menu for cols and rows. Also... I noticed lots of invalid characters...
changed permission on icon
added selections menu
note about requirement psycopg2
updated readme with more details
select row matches and select column matches re...
ohhhhh no! I forgot about keeping the selection of rows/cols. It forgets them because...