Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more options to rename multiple columns #7208

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
01851b5
trial
shadrackkibet Jan 28, 2022
805270a
added a function for replacing cell values with NA
shadrackkibet Jan 28, 2022
75cd8ad
Partially_Fixes_issues_#7149
derekagorhom Jan 28, 2022
6013ab4
Partially fixes delete implementation
derekagorhom Jan 31, 2022
59f1008
Fixes error in line 850 of the ucrDataView
derekagorhom Jan 31, 2022
2106d69
Revert "Testing pr"
N-thony Jan 31, 2022
1539832
Added the controls under Multiple option
N-thony Feb 7, 2022
fd9c95a
Added the grid
N-thony Feb 7, 2022
a30ab62
Added the list of labels
N-thony Feb 8, 2022
f86908d
Added the position
N-thony Feb 8, 2022
3c5943e
Added the comment
N-thony Feb 10, 2022
6fd500f
Minor bug fixes when column selection is applied
N-thony Feb 10, 2022
4852e1d
adding an option to rename multiple columns via a grid
shadrackkibet Feb 10, 2022
106acc2
Linked the R code with the grid
N-thony Feb 11, 2022
2e71584
Minor bug fix
N-thony Feb 11, 2022
9e1c104
Minor code change
N-thony Feb 11, 2022
8b8e30c
Minor code amendements
N-thony Feb 11, 2022
f8794ed
Added the pasting feature
N-thony Feb 11, 2022
a611877
Made the grid to fill faster
N-thony Feb 12, 2022
63af070
Minor code improvement
N-thony Feb 14, 2022
dc7f9bb
Small code change
N-thony Feb 14, 2022
6380b71
Minor code addition
N-thony Feb 15, 2022
ee1a39b
Added the multiple cells pasting, and fixed bug on the function param…
N-thony Feb 15, 2022
50ba8d4
Added the facility of getting cell text without leaving
N-thony Feb 15, 2022
b1ceb8b
Prevented the bug when the new column name exists already or the new …
N-thony Feb 15, 2022
b65120a
Minor code change
N-thony Feb 15, 2022
6551c03
Added new design under rename_with option
N-thony Feb 16, 2022
b9ba296
Minor design change
N-thony Feb 16, 2022
f409d3c
Removed new design under rename_with option
N-thony Feb 17, 2022
7127de0
Minor code change
N-thony Feb 17, 2022
0c9ccd0
Minor bug fixes
N-thony Feb 17, 2022
a3eb5d3
checking of duplicate column names
shadrackkibet Feb 23, 2022
321fcb4
Fixed some bug and added some check for the new value
N-thony Feb 23, 2022
c8d67e4
Fixed bug on pasting and on deleting single cell with Delete keyboard
N-thony Feb 26, 2022
d1d2571
Minor bug fixes
N-thony Feb 28, 2022
bd5c821
Made the grid to fill faster
N-thony Mar 1, 2022
7031d91
Minor code change
N-thony Mar 1, 2022
1aa5b02
Added deleting of multiple no neighborhood cells
N-thony Mar 1, 2022
84ddc84
Minor bug fixes
N-thony Mar 1, 2022
a1ea7d1
Fixed bug when inputting illegal names
N-thony Mar 2, 2022
58dab3f
Added French accent check in the input name
N-thony Mar 2, 2022
33da960
minor code change
N-thony Mar 2, 2022
6139ab0
Minor code addition
N-thony Mar 2, 2022
a901579
Improved the validation of the cell text
N-thony Mar 2, 2022
e80edb5
Minor improvement
N-thony Mar 2, 2022
ec20e44
Added column validation as an R variable
N-thony Mar 3, 2022
2288779
Minor code change
N-thony Mar 9, 2022
be74004
Added the abbreviate function and minlenght parameter to the R code f…
N-thony Mar 10, 2022
976f90b
Minor code change
N-thony Mar 10, 2022
2a58025
revert the R code
N-thony Mar 10, 2022
b628f99
Minor bug fixes
N-thony Mar 10, 2022
fbfa66c
Resolved comments on R code default state and added comnent to sub fo…
N-thony Mar 10, 2022
c9da485
Minor code addition
N-thony Mar 10, 2022
15ee7d3
Fix bug
N-thony Mar 10, 2022
cb4cdce
fixed the developer error
N-thony Mar 10, 2022
cd05df2
Minor code change
N-thony Mar 15, 2022
008bbba
minor code change
N-thony Mar 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
185 changes: 135 additions & 50 deletions instat/dlgName.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading