All Projects → worksofbarry → IBMiCmd

worksofbarry / IBMiCmd

Licence: other
x86 Notepad++ plugin for IBM i development

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to IBMiCmd

ILEditor
IBM i development environment (IDE)
Stars: ✭ 83 (+453.33%)
Mutual labels:  ile, ibmi
ILEastic
Embedded application server for ILE on IBM i
Stars: ✭ 31 (+106.67%)
Mutual labels:  ile, ibmi
Notepad-RPG
RPG Free-Format & CL syntax for Nodepad++
Stars: ✭ 28 (+86.67%)
Mutual labels:  ile, ibmi
npp-one-monokai-theme
One Monokai Theme for Notepad Plus Plus
Stars: ✭ 74 (+393.33%)
Mutual labels:  notepadplusplus
ublu
Ublu Midrange and Mainframe Life Cycle Extension Language
Stars: ✭ 13 (-13.33%)
Mutual labels:  ibmi
npp-darcula
Dark theme for Notepad++ based on Darcula theme from JetBrains products
Stars: ✭ 114 (+660%)
Mutual labels:  notepadplusplus
vscode-ibmi-languages
Syntax highlighting for IBM i languages such as RPG, CL, DDS, MI, and RPGLE fixed/free.
Stars: ✭ 28 (+86.67%)
Mutual labels:  ibmi
PyPadPlusPlus
Python IDE based on Notepad++ and PythonScript
Stars: ✭ 45 (+200%)
Mutual labels:  notepadplusplus
IBMi-Book
"Learning IBM i as a Web Developer", my subpar eBook for learning the basics of IBM i, RPGLE, Control Language, and more from the eyes of a web developer.
Stars: ✭ 31 (+106.67%)
Mutual labels:  ibmi
ibmi-oss-docs
IBM i Open Source Documentation
Stars: ✭ 40 (+166.67%)
Mutual labels:  ibmi
Qlik-Notepad-plus-plus
Qlik Language Definition for Notepad++ providing syntax highlighting of QlikView and Qlik Sense script and expressions.
Stars: ✭ 50 (+233.33%)
Mutual labels:  notepadplusplus
nodejs-idb-pconnector
Promise-based DB2 Connector for IBM i
Stars: ✭ 22 (+46.67%)
Mutual labels:  ibmi
nord-notepadplusplus
An arctic, north-bluish clean and elegant Notepad++ theme.
Stars: ✭ 112 (+646.67%)
Mutual labels:  notepadplusplus
vscode-ibmi
IBM i development extension for VS Code
Stars: ✭ 122 (+713.33%)
Mutual labels:  ibmi
nodejs-idb-connector
A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax
Stars: ✭ 35 (+133.33%)
Mutual labels:  ibmi
NppBplistPlugin
Notepad++ binary plist plugin
Stars: ✭ 22 (+46.67%)
Mutual labels:  notepadplusplus
ServiceCommander-IBMi
Service Commander for IBM i
Stars: ✭ 29 (+93.33%)
Mutual labels:  ibmi
VS2019-Dark-Npp
Visual Studio 2019 Dark Theme for Notepad++
Stars: ✭ 146 (+873.33%)
Mutual labels:  notepadplusplus
default-gateway
Get the default network gateway, cross-platform.
Stars: ✭ 77 (+413.33%)
Mutual labels:  ibmi
SecurePad
SecurePad - A Notepad++ plugin for securely encrypting data
Stars: ✭ 29 (+93.33%)
Mutual labels:  notepadplusplus


x86 Notepad++ plugin for IBM i development. IBMiCmd (maybe referenced as IBMiCmds) is a Notepad++ plugin for ILE development on an IBM i.

Check out the wiki for more info, feature list, installation tips and future goals.

Installation

  1. See the releases for IBMiCmd and download the latest version available.
  2. Drop the .dll into the Notepad++ plugins folder.

Build tips

I had an issue building with VS 2017 which was related to the location of the lib.exe program on Windows. The location is defined in DllExport\NppPlugin.DllExport.targets.

I had to find it within my VS installation directory and the diff from VS 2015 to VS 2017 is below.

-                   LibToolPath="$(DevEnvDir)\..\..\VC\bin"
-                   LibToolDllPath="$(DevEnvDir)"
+                   LibToolPath="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX86\x86"
+                   LibToolDllPath="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX86\x86"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].